[private]
Definition at line 87 of file StateServer.cpp.
00088 { 00089 timer_bool = true; 00090 return pthread_create(&timer, NULL, StateServer::TimerThreat, (void*) this); 00091 } // startTimerThreat