Loading src/Client.cpp +0 −2 Original line number Original line Diff line number Diff line Loading @@ -544,8 +544,6 @@ void Client::onTransferFailed() //============================================================================== //============================================================================== void Client::resetConnection() void Client::resetConnection() { { DEBUG_STREAM << "Client::resetConnection()" << endl; if(m_resetConnectionTimer.expires_at() <= if(m_resetConnectionTimer.expires_at() <= boost::asio::deadline_timer::traits_type::now()) boost::asio::deadline_timer::traits_type::now()) { { Loading src/ProtocolManager.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -411,7 +411,7 @@ void ProtocolManager::setNewFileFailed() std::tm currentTm = m_newFileRowsetIt->get<2>().get(); std::tm currentTm = m_newFileRowsetIt->get<2>().get(); INFO_STREAM << "ProtocolManager::setFileFailed() file " INFO_STREAM << "ProtocolManager::setFileFailed() file " << fileName << " version " << fileVersion << " transfered" << endl; << fileName << " version " << fileVersion << " not transfered" << endl; boost::posix_time::ptime currentPtime = boost::posix_time::ptime currentPtime = boost::posix_time::ptime_from_tm(currentTm); boost::posix_time::ptime_from_tm(currentTm); Loading Loading
src/Client.cpp +0 −2 Original line number Original line Diff line number Diff line Loading @@ -544,8 +544,6 @@ void Client::onTransferFailed() //============================================================================== //============================================================================== void Client::resetConnection() void Client::resetConnection() { { DEBUG_STREAM << "Client::resetConnection()" << endl; if(m_resetConnectionTimer.expires_at() <= if(m_resetConnectionTimer.expires_at() <= boost::asio::deadline_timer::traits_type::now()) boost::asio::deadline_timer::traits_type::now()) { { Loading
src/ProtocolManager.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -411,7 +411,7 @@ void ProtocolManager::setNewFileFailed() std::tm currentTm = m_newFileRowsetIt->get<2>().get(); std::tm currentTm = m_newFileRowsetIt->get<2>().get(); INFO_STREAM << "ProtocolManager::setFileFailed() file " INFO_STREAM << "ProtocolManager::setFileFailed() file " << fileName << " version " << fileVersion << " transfered" << endl; << fileName << " version " << fileVersion << " not transfered" << endl; boost::posix_time::ptime currentPtime = boost::posix_time::ptime currentPtime = boost::posix_time::ptime_from_tm(currentTm); boost::posix_time::ptime_from_tm(currentTm); Loading