More restructuring. Still broken.

This commit is contained in:
lotodore
2009-05-10 22:21:20 +00:00
parent 2541f28ff2
commit 8ab2fed1a2
13 changed files with 51 additions and 51 deletions
+3 -3
View File
@@ -30,7 +30,7 @@
#include <gui/guiinterface.h>
class ServerLobbyThread;
class ServerAcceptManager;
class ServerAcceptHelper;
class SenderThread;
class ConfigFile;
class AvatarManager;
@@ -67,7 +67,7 @@ public:
virtual void SignalIrcServerError(int errorCode);
protected:
typedef std::list<boost::shared_ptr<ServerAcceptManager> > AcceptManagerList;
typedef std::list<boost::shared_ptr<ServerAcceptHelper> > AcceptHelperList;
ServerLobbyThread &GetLobbyThread();
@@ -82,7 +82,7 @@ private:
boost::shared_ptr<ServerLobbyThread> m_lobbyThread;
boost::shared_ptr<IrcThread> m_ircThread;
boost::timers::portable::microsec_timer m_ircRestartTimer;
AcceptManagerList m_acceptManagerPool;
AcceptHelperList m_acceptHelperPool;
};
#endif