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 --- .../SendScreenshotPlus/src/CSendHost_ImageShack.h | 24 ++++++++++------------ 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'plugins/SendScreenshotPlus/src/CSendHost_ImageShack.h') diff --git a/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.h b/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.h index c56f1d8ef7..46976396db 100644 --- a/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.h +++ b/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.h @@ -29,23 +29,21 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef _CSEND_IMAGESHACK_H #define _CSEND_IMAGESHACK_H -//--------------------------------------------------------------------------- -class CSendHost_ImageShack : public CSend { - public: - // Deklaration Standardkonstruktor/Standarddestructor - CSendHost_ImageShack(HWND Owner, MCONTACT hContact, bool bAsync); - ~CSendHost_ImageShack(); +class CSendHost_ImageShack : public CSend +{ - int Send(); +public: + // Deklaration Standardkonstruktor/Standarddestructor + CSendHost_ImageShack(HWND Owner, MCONTACT hContact, bool bAsync); + ~CSendHost_ImageShack(); - protected: - NETLIBHTTPREQUEST m_nlhr; + int Send(); - void SendThread(); - static void SendThreadWrapper(void * Obj); +protected: + NETLIBHTTPREQUEST m_nlhr; + void SendThread(); + static void SendThreadWrapper(void * Obj); }; -//--------------------------------------------------------------------------- - #endif -- cgit v1.2.3