X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fconnobject%2FConnectionObject.cpp;h=9797e6f3d6df2cd56e0c41d5e16dc1d9004c0d00;hp=830c432548c798223e537436d55eeaf2925fc6f1;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=207230fecdee2390ca3bfa41fc9ec33ea0e7886b diff --git a/source/connobject/ConnectionObject.cpp b/source/connobject/ConnectionObject.cpp index 830c432..9797e6f 100644 --- a/source/connobject/ConnectionObject.cpp +++ b/source/connobject/ConnectionObject.cpp @@ -20,7 +20,7 @@ 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; @@ -34,4 +34,4 @@ ConnectionObject::ConnectionObject(string ServerAddress, int ServerPort, string TestMode = false; this->SetupConnectionObject(); -} +}*/