From 43ab22c6b58eccb328b1c738e6d7aa8e171e9d3f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Feb 2017 15:34:13 +0300 Subject: - fixes #712 (chaos in file name processing) - massive code cleaning --- plugins/SendScreenshotPlus/src/CSendDropbox.h | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'plugins/SendScreenshotPlus/src/CSendDropbox.h') diff --git a/plugins/SendScreenshotPlus/src/CSendDropbox.h b/plugins/SendScreenshotPlus/src/CSendDropbox.h index a083ab0a83..ccbc5bea59 100644 --- a/plugins/SendScreenshotPlus/src/CSendDropbox.h +++ b/plugins/SendScreenshotPlus/src/CSendDropbox.h @@ -31,20 +31,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Utils.h" -//--------------------------------------------------------------------------- -class CSendDropbox : public CSend { - public: - CSendDropbox(HWND Owner, MCONTACT hContact, bool bAsync); - ~CSendDropbox(); - - int Send(); - - protected: - void SendThread(); - static void SendThreadWrapper(void *Obj); - static int OnDropAck(void*, WPARAM, LPARAM); -}; +class CSendDropbox : public CSend +{ + +public: + CSendDropbox(HWND Owner, MCONTACT hContact, bool bAsync); + ~CSendDropbox(); -//--------------------------------------------------------------------------- + int Send(); + +protected: + void SendThread(); + static void SendThreadWrapper(void *Obj); + static int OnDropAck(void*, WPARAM, LPARAM); +}; #endif -- cgit v1.2.3