FACT++  1.0
set< Service > StateMachineDimControl::GetServiceList ( )

Definition at line 478 of file StateMachineDimControl.cc.

Referenced by RemoteControl< Shell >::JsGetServices().

479 {
480  const lock_guard<mutex> guard(fMutex);
481  return fServiceList;
482 }
std::set< Service > fServiceList

+ Here is the caller graph for this function: