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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue