void * ServerMgnt::StateServerThreat ( void *  ptr  )  [static, private]

Definition at line 106 of file ServerMgnt.cpp.

00107  {
00108         /*resolv the adress of the calling object*/
00109         ServerMgnt* myObject;
00110         myObject = (ServerMgnt*) ptr;
00111         myObject->stateserver = new StateServer(myObject->ip.c_str(), myObject->port + 1, *myObject->clm, myObject->mutex_clm , *myObject->outputserver, myObject->confirmationtimer);
00112         myObject->stateserver->startServer();
00113                 
00114  } // StateServerThreat


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