Adopting changes from asio branch. Currently broken.

This commit is contained in:
lotodore
2009-05-04 21:11:29 +00:00
parent a65934e2a5
commit 60b5d45c53
23 changed files with 539 additions and 421 deletions
+2
View File
@@ -21,6 +21,7 @@
#ifndef _SERVERMANAGER_H_
#define _SERVERMANAGER_H_
#include <boost/asio.hpp>
#include <game_defs.h>
#include <gui/guiinterface.h>
@@ -77,6 +78,7 @@ private:
std::string m_ircNick;
boost::shared_ptr<boost::asio::io_service> m_ioService;
boost::shared_ptr<ServerLobbyThread> m_lobbyThread;
boost::shared_ptr<IrcThread> m_ircThread;
boost::timers::portable::microsec_timer m_ircRestartTimer;