ServerMgnt::ServerMgnt (  ) 

Definition at line 13 of file ServerMgnt.cpp.

00014 :ip("0.0.0.0"), port(1500), cryptosys("MD5"), backupfile("\0")
00015 {
00016         /*initializes mutexes*/
00017         pthread_mutex_init(&mutex_clm, NULL);
00018         pthread_mutex_init(&mutex_outputserver, NULL);
00019         outputserver = new OutputServer (1);
00020         clm = new CharacterListMgnt(backupfile);
00021 }


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