- added more socket threaded protection and output curl version if ftp transfers fail

This commit is contained in:
Mark Vejvoda
2011-01-01 10:16:25 +00:00
parent 8e42035257
commit 48ab8b7b32
5 changed files with 36 additions and 11 deletions

View File

@@ -142,9 +142,6 @@ void ClientInterface::update() {
string sMsg = "may go out of synch: client requestedCommands.size() = " + intToStr(requestedCommands.size());
sendTextMessage(sMsg,-1, true);
}
//clear chat variables
//!!!clearChatInfo();
}
std::string ClientInterface::getServerIpAddress() {
@@ -153,10 +150,6 @@ std::string ClientInterface::getServerIpAddress() {
void ClientInterface::updateLobby() {
//SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
//clear chat variables
//!!!clearChatInfo();
//SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
NetworkMessageType networkMessageType = getNextMessageType(true);
//SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
switch(networkMessageType)