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/CSendHTTPServer.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp') diff --git a/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp b/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp index 73d8af4f7c..cde1bc2b00 100644 --- a/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp +++ b/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp @@ -26,14 +26,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -//--------------------------------------------------------------------------- #include "stdafx.h" INT_PTR(*g_MirCallService)(const char *, WPARAM, LPARAM) = NULL; -//INT_PTR (*CallService)(const char *,WPARAM,LPARAM); +///////////////////////////////////////////////////////////////////////////////////////// -//--------------------------------------------------------------------------- CSendHTTPServer::CSendHTTPServer(HWND Owner, MCONTACT hContact, bool /*bAsync*/) : CSend(Owner, hContact, true) { @@ -51,7 +49,8 @@ CSendHTTPServer::~CSendHTTPServer() mir_free(m_fsi_pszRealPath); } -//--------------------------------------------------------------------------- +///////////////////////////////////////////////////////////////////////////////////////// + int CSendHTTPServer::Send() { if (!m_hContact) return 1; -- cgit v1.2.3