From 46fd8dea9f658ab45dd7fbea0e04987221acf17b Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 12 Feb 2017 22:18:03 +0000 Subject: [PATCH] ConnectionObject: Removed commented out code. --- source/connobject/ConnectionObject.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. -- 2.39.2