From: Steve Brokenshire Date: Sun, 12 Feb 2017 22:18:03 +0000 (+0000) Subject: ConnectionObject: Removed commented out code. X-Git-Tag: release-0.18~30 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=46fd8dea9f658ab45dd7fbea0e04987221acf17b ConnectionObject: Removed commented out code. --- diff --git a/source/connobject/ConnectionObject.h b/source/connobject/ConnectionObject.h index 3ad9d19..e813aae 100644 --- a/source/connobject/ConnectionObject.h +++ b/source/connobject/ConnectionObject.h @@ -1,6 +1,6 @@ // ConnectionObject.h - ConnectionObject interface header file. // -// (c) 2012-2015 Xestia Software Development. +// (c) 2012-2016 Xestia Software Development. // // This file is part of Xestia Address Book. // @@ -95,8 +95,6 @@ struct COContactList { class ConnectionObject{ public: - //ConnectionObject(std::string ServerAddress, int ServerPort, std::string ServerUser, std::string ServerPass, bool ServerSSL); - //ConnectionObject(std::string ServerAddress, int ServerPort, std::string ServerUser, std::string ServerPass, bool ServerSSL, std::string ServerPrefix, std::string ServerAccount); // Virtual functions to be setup by the inheriting classes.