StateServer::StateServer ( const char *  _ip,
int  _port,
CharacterListMgnt _clm,
pthread_mutex_t &  _mutex_clm,
OutputServer _outputserver,
uint32_t  _confirmationtimer 
)

Definition at line 35 of file StateServer.cpp.

00036 :port(_port), ip(_ip), serverState(false), timer_bool(true),confirmationtimer(_confirmationtimer)
00037 {
00038         listener = new NetInterface(ip, port);
00039         mutex_clm = &_mutex_clm;
00040         outputserver = &_outputserver;
00041         clm = &_clm;
00042 
00043         startTimerThreat();
00044 } // StateServer


Generated on Wed Jun 25 14:47:14 2008 for keyvil by  doxygen 1.5.1