ServerMgnt::ServerMgnt ( std::string  _ip,
uint32_t  _port,
std::string  _cryptosys,
std::string  _backupfile,
const char *  _hash,
const char *  _hashlength,
uint32_t  _confirmationtimer 
)

Definition at line 43 of file ServerMgnt.cpp.

00044 :ip(_ip), port(_port), cryptosys(_cryptosys), backupfile(_backupfile) , hash(_hash), hashlength (_hashlength), confirmationtimer(_confirmationtimer)
00045 {
00046         /*initializes mutexes*/
00047         pthread_mutex_init(&mutex_clm, NULL);
00048         pthread_mutex_init(&mutex_outputserver, NULL);
00049         outputserver = new OutputServer (1);
00050         clm = new CharacterListMgnt(backupfile);
00051 }


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