CLOUD: Add Request::date()
Used in SavesSyncRequest to update Storage's last sync date.
This commit is contained in:
parent
6a93e8dd09
commit
3e6503743c
20 changed files with 92 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue