X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fconnobject%2FConnectionObject.cpp;h=9797e6f3d6df2cd56e0c41d5e16dc1d9004c0d00;hp=9e2e2027df16f40c2873a60650ca2c338eb6fd56;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=1a9e2a6862684d5bbd4a250019e72ec831429fe6 diff --git a/source/connobject/ConnectionObject.cpp b/source/connobject/ConnectionObject.cpp index 9e2e202..9797e6f 100644 --- a/source/connobject/ConnectionObject.cpp +++ b/source/connobject/ConnectionObject.cpp @@ -20,10 +20,11 @@ using namespace std; -ConnectionObject::ConnectionObject(string ServerAddress, int ServerPort, string ServerUser, string ServerPass, bool ServerSSL) : +/*ConnectionObject::ConnectionObject(string ServerAddress, int ServerPort, string ServerUser, string ServerPass, bool ServerSSL) : ServerAddress(ServerAddress), ServerPort(ServerPort), ServerUser(ServerUser), ServerPass(ServerPass), ServerSSL(ServerSSL){ TestMode = true; + this->SetupConnectionObject(); } @@ -31,5 +32,6 @@ ConnectionObject::ConnectionObject(string ServerAddress, int ServerPort, string ServerAddress(ServerAddress), ServerPort(ServerPort), ServerUser(ServerUser), ServerPass(ServerPass), ServerSSL(ServerSSL), ServerPrefix(ServerPrefix), ServerAccount(ServerAccount){ TestMode = false; - -} + this->SetupConnectionObject(); + +}*/