Definition at line 35 of file StateServer.cpp. 00036 :port(_port), ip(_ip), serverState(false), timer_bool(true),confirmationtimer(_confirmationtimer) 00037 { 00038 listener = new NetInterface(ip, port); 00039 mutex_clm = &_mutex_clm; 00040 outputserver = &_outputserver; 00041 clm = &_clm; 00042 00043 startTimerThreat(); 00044 } // StateServer
|
1.5.1