CLOUD: Add Request::date()

Used in SavesSyncRequest to update Storage's last sync date.
This commit is contained in:
Alexander Tkachev 2016-06-10 15:01:56 +06:00
parent 6a93e8dd09
commit 3e6503743c
20 changed files with 92 additions and 0 deletions

View file

@ -41,6 +41,7 @@ class GoogleDriveListDirectoryByIdRequest: public Networking::Request {
Common::Array<StorageFile> _files;
Request *_workingRequest;
bool _ignoreCallback;
Common::String _date;
void start();
void makeRequest(Common::String pageToken);
@ -53,6 +54,7 @@ public:
virtual void handle();
virtual void restart();
virtual Common::String date() const;
};
} // End of namespace GoogleDrive