FACT++  1.0
void FactGui::AddServer ( const string &  s)
inlineprivatevirtual

Reimplemented from DimServiceInfoListImp.

Definition at line 297 of file FactGui.h.

References DimNetwork::AddServer(), and handleAddServer().

298  {
300 
301  const State state = GetState(s, GetCurrentState(s));
302 
303  QApplication::postEvent(this,
304  new FunctionEvent(bind(&FactGui::handleAddServer, this, s, state)));
305  }
void handleAddServer(const string &server, const State &state)
Definition: FactGui.h:341
int GetCurrentState(const string &server) const
Definition: DimNetwork.cc:138
State GetState(const std::string &server, int state) const
void AddServer(const std::string &s)
A list with all MESSAGE services to which we subscribed.
Definition: DimNetwork.cc:68

+ Here is the call graph for this function: