Preparing integration of SCTP support (again). Note that server error messages are currently broken.

This commit is contained in:
lotodore
2011-02-22 21:53:56 +00:00
parent d826a19676
commit bbe0a19340
8 changed files with 127 additions and 130 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
class ServerLobbyThread;
class IrcThread;
class ServerAcceptHelper;
class ServerAcceptInterface;
class SenderThread;
class ConfigFile;
class AvatarManager;
@@ -60,7 +60,7 @@ public:
ServerLobbyBot &GetLobbyBot();
protected:
typedef std::list<boost::shared_ptr<ServerAcceptHelper> > AcceptHelperList;
typedef std::list<boost::shared_ptr<ServerAcceptInterface> > AcceptHelperList;
ServerLobbyThread &GetLobbyThread();