FACT++  1.0
int StateMachineDimControl::HandleAddService ( const Service svc)

Definition at line 502 of file StateMachineDimControl.cc.

Referenced by StateMachineDimControl().

503 {
504  // Make a copy of the list to be able to
505  // lock the access to the list
506  const lock_guard<mutex> guard(fMutex);
507  fServiceList.insert(svc);
508 
509  return GetCurrentState();
510 }
int GetCurrentState() const
return the current state of the machine
std::set< Service > fServiceList

+ Here is the caller graph for this function: