Le Philousophe
|
0043d344a9
|
BACKENDS: Avoid passing arguments by value in cloud and networking
Use references everywhere it's possible.
Use override keyword to raise errors when there are discrepancies.
|
2023-10-29 01:51:38 +02:00 |
|
Eugene Sandulenko
|
abea37c9bb
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
|
Eugene Sandulenko
|
fab199d37e
|
JANITORIAL: Make GPL headers uniform
|
2016-09-03 12:46:38 +02:00 |
|
Alexander Tkachev
|
f3a392359b
|
CLOUD: Fix finishSuccess() warning
|
2016-08-24 16:07:55 +06:00 |
|
Alexander Tkachev
|
3e6503743c
|
CLOUD: Add Request::date()
Used in SavesSyncRequest to update Storage's last sync date.
|
2016-08-24 16:07:55 +06:00 |
|
Alexander Tkachev
|
eb63b50b7f
|
CLOUD: Refactor Request
Added ErrorResponse and ErrorCallback. Each Request now has an
ErrorCallback, which should be called instead of usual callback in case
of failure.
|
2016-08-24 16:07:55 +06:00 |
|
Alexander Tkachev
|
aa987e5c52
|
CLOUD: Add ListDirectoryStatus struct
It contains flags to indicate whether Request was interrupted or failed,
so dependent Requests may see that list is incomplete.
|
2016-08-24 16:07:55 +06:00 |
|
Peter Bozsó
|
81c34adaef
|
Fix comment formatting
|
2016-08-24 16:07:55 +06:00 |
|
Alexander Tkachev
|
827c7e43da
|
CLOUD: Add OneDriveListDirectoryRequest
Works as charm.
|
2016-08-24 16:07:55 +06:00 |
|