mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 10:58:20 +00:00
World <-> Login connection reworked
This commit is contained in:
@@ -9,12 +9,6 @@
|
||||
#include "../common/mutex.h"
|
||||
#include "../common/emu_tcp_connection.h"
|
||||
|
||||
#ifdef _WINDOWS
|
||||
void AutoInitLoginServer(void *tmp);
|
||||
#else
|
||||
void *AutoInitLoginServer(void *tmp);
|
||||
#endif
|
||||
|
||||
class LoginServer;
|
||||
|
||||
class LoginServerList{
|
||||
@@ -23,9 +17,6 @@ public:
|
||||
~LoginServerList();
|
||||
|
||||
void Add(const char*, uint16, const char*, const char*);
|
||||
void InitLoginServer();
|
||||
|
||||
bool Process();
|
||||
|
||||
bool SendInfo();
|
||||
bool SendNewInfo();
|
||||
|
||||
Reference in New Issue
Block a user