Definition at line 64 of file ServerMgnt.cpp.
00065 { 00066 00067 return pthread_create(&mainServerThreat, NULL, ServerMgnt::MainServerThreat, (void*) this); 00068 } // startMainServerThreat