MainServer::MainServer ( const char *  _ip,
int  _port,
CharacterListMgnt _clm,
pthread_mutex_t &  _mutex_clm,
pthread_mutex_t &  _mutex_outputserver,
OutputServer _outputserver,
const char *  _cryptosys,
const char *  _hash,
const char *  _hashlength 
)

Definition at line 48 of file MainServer.cpp.

00049 :port(_port), ip(_ip), serverState(false), u_int_96_string_zero_count(false), cryptosys(_cryptosys), hash(_hash), hashlength (_hashlength)
00050 {
00051         listener = new NetInterface(ip, port);
00052         mutex_clm = &_mutex_clm;
00053         outputserver = &_outputserver;
00054         clm = &_clm;
00055         mutex_outputserver = &_mutex_outputserver;
00056         
00057 } // MainServer


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