Rename SendDataManager to SendBuffer, which is a clear and proper name.

This commit is contained in:
lotodore
2011-02-19 17:55:21 +00:00
parent b824b8beb7
commit d3d16b8f4c
8 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ SessionData::SessionData(boost::shared_ptr<boost::asio::ip::tcp::socket> sock, S
m_autoDisconnectTimer(boost::posix_time::time_duration(0, 0, 0), boost::timers::portable::microsec_timer::auto_start),
m_callback(cb), m_authSession(NULL), m_curAuthStep(0)
{
m_sendDataManager.reset(new SendDataManager);
m_sendBuffer.reset(new SendBuffer);
}
SessionData::~SessionData()