From 0b82b879821c7e73b86f189be747c5634c8b46b7 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 22 Feb 2016 21:12:25 +0000 Subject: Dropbox: - updated api to v2 - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16326 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/file_transfer.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'plugins/Dropbox/src/file_transfer.h') diff --git a/plugins/Dropbox/src/file_transfer.h b/plugins/Dropbox/src/file_transfer.h index 1a86ec7588..0c5e592294 100644 --- a/plugins/Dropbox/src/file_transfer.h +++ b/plugins/Dropbox/src/file_transfer.h @@ -1,22 +1,6 @@ #ifndef _FILE_TRANSFER_H_ #define _FILE_TRANSFER_H_ -class TransferException -{ - CMStringA message; - -public: - TransferException(const char *message) : - message(message) - { - } - - const char* what() const throw() - { - return message.c_str(); - } -}; - struct FileTransferParam { HANDLE hProcess; -- cgit v1.2.3