FACT++  1.0
bool StateMachineDimControl::HasServer ( const std::string &  server)

Definition at line 512 of file StateMachineDimControl.cc.

Referenced by RemoteControl< Shell >::EventHook(), and RemoteControl< Shell >::HasServer().

513 {
514  const lock_guard<mutex> guard(fMutex);
515  return fServerList.find(server)!=fServerList.end();
516 }
std::set< std::string > fServerList

+ Here is the caller graph for this function: