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

@ -55,6 +55,7 @@ public:
virtual void handle();
virtual void restart();
virtual Common::String date() const;
/** Replaces all headers with the passed array of headers. */
virtual void setHeaders(Common::Array<Common::String> &headers);