FACT++  1.0
int StateMachineDimControl::HandleServerRemove ( const std::string &  server)

Definition at line 426 of file StateMachineDimControl.cc.

Referenced by StateMachineDimControl().

427 {
428  const lock_guard<mutex> guard(fMutex);
429  fServerList.erase(server);
430 
431  return GetCurrentState();
432 }
int GetCurrentState() const
return the current state of the machine
std::set< std::string > fServerList

+ Here is the caller graph for this function: