undef ascii, protocol code commented, must swap lambda

This commit is contained in:
Henrique Santiago
2011-04-13 22:10:25 -03:00
parent 92ac4093a4
commit 48896f81dd
4 changed files with 6 additions and 2 deletions

View File

@@ -27,11 +27,11 @@
Protocol::Protocol()
{
m_connection = g_connections.createConnection();
m_connection->setErrorCallback(
/*m_connection->setErrorCallback(
[this](const boost::system::error_code& error, const std::string& msg){
this->onError(error, msg);
}
);
);*/
}
void Protocol::send(NetworkMessagePtr networkMessage, Connection::ConnectionCallback onSend)