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/CSendFTPFile.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'plugins/SendScreenshotPlus/src/CSendFTPFile.cpp') diff --git a/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp b/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp index d1dc23a62e..3c52e2bc09 100644 --- a/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp +++ b/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp @@ -26,10 +26,9 @@ 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" -//--------------------------------------------------------------------------- +///////////////////////////////////////////////////////////////////////////////////////// CSendFTPFile::CSendFTPFile(HWND Owner, MCONTACT hContact, bool /*bAsync*/) : CSend(Owner, hContact, true) @@ -44,7 +43,8 @@ CSendFTPFile::~CSendFTPFile() mir_free(m_pszFileName); } -//--------------------------------------------------------------------------- +///////////////////////////////////////////////////////////////////////////////////////// + int CSendFTPFile::Send() { if (!m_hContact) return 1; @@ -91,5 +91,3 @@ void CSendFTPFile::SendThreadWrapper(void * Obj) { reinterpret_cast(Obj)->SendThread(); } - -//--------------------------------------------------------------------------- -- cgit v1.2.3