X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fconnobject%2FConnectionObject.cpp;h=9797e6f3d6df2cd56e0c41d5e16dc1d9004c0d00;hp=830c432548c798223e537436d55eeaf2925fc6f1;hb=547ab1fe605cdb4884179ab011dabba4d0bd7bc2;hpb=a578ed436123242f807cb59eae02fcf6c22e2458 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(); -} +}*/