int StateServer::startTimerThreat (  )  [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


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