Preparing integration of SCTP support (again). Note that server error messages are currently broken.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user