aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/googledrive/googledrivestorage.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-08 14:17:35 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commite273e3d6e8dcca6f7e70d3e7c4e6dfc836832378 (patch)
tree887dee489c0ad85cfe7d79ef25f4c93885ca1c46 /backends/cloud/googledrive/googledrivestorage.h
parentf0d61084daf7292d157e451c7bfc5485757eac43 (diff)
downloadscummvm-rg350-e273e3d6e8dcca6f7e70d3e7c4e6dfc836832378.tar.gz
scummvm-rg350-e273e3d6e8dcca6f7e70d3e7c4e6dfc836832378.tar.bz2
scummvm-rg350-e273e3d6e8dcca6f7e70d3e7c4e6dfc836832378.zip
CLOUD: Add GoogleDrive download-related requests
GoogleDriveDownloadRequest, which resolves file id and then downloads it with GoogleDriveStorage::downloadById(). GoogleDriveStreamFileRequest, which resolves file id and then returns file stream with GoogleDriveStorage::streamFileById(). This commit also adds GoogleDriveStorage::streamFileById() itself. A minor GoogleDriveResolveIdRequest fix added. With these one can download files from Google Drive.
Diffstat (limited to 'backends/cloud/googledrive/googledrivestorage.h')
-rw-r--r--backends/cloud/googledrive/googledrivestorage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/cloud/googledrive/googledrivestorage.h b/backends/cloud/googledrive/googledrivestorage.h
index a456030369..2af1edea3c 100644
--- a/backends/cloud/googledrive/googledrivestorage.h
+++ b/backends/cloud/googledrive/googledrivestorage.h
@@ -61,8 +61,6 @@ class GoogleDriveStorage: public Cloud::Storage {
void printBool(BoolResponse response);
void printFile(UploadResponse response);
void printInfo(StorageInfoResponse response);
-
- void fileInfoCallback(Networking::NetworkReadStreamCallback outerCallback, Networking::JsonResponse response);
public:
virtual ~GoogleDriveStorage();