From 923347729557eed76e4f7e9f6f5f1a79216de0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 26 Oct 2013 19:55:48 +0200 Subject: S3 bucket listing support and network code refactors. * Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors --- logic/BaseUpdate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic/BaseUpdate.h') diff --git a/logic/BaseUpdate.h b/logic/BaseUpdate.h index 6f1e26f3..9ada0770 100644 --- a/logic/BaseUpdate.h +++ b/logic/BaseUpdate.h @@ -19,7 +19,7 @@ #include #include -#include "net/DownloadJob.h" +#include "net/NetJob.h" #include "tasks/Task.h" -- cgit v1.2.3