Fixing linux compiler error.

This commit is contained in:
lotodore
2009-06-16 22:35:05 +00:00
parent f508bbdd14
commit 87363094d2
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -66,12 +66,6 @@ SessionData::SetState(SessionData::State state)
m_state = state;
}
SOCKET
SessionData::GetSocket()
{
return m_socket->native();
}
boost::shared_ptr<boost::asio::ip::tcp::socket>
SessionData::GetAsioSocket()
{
-1
View File
@@ -52,7 +52,6 @@ public:
State GetState() const;
void SetState(State state);
SOCKET GetSocket();
boost::shared_ptr<boost::asio::ip::tcp::socket> GetAsioSocket();
void SetReadyFlag();