FACT++  1.0
void FactGui::RemoveService ( string  server,
string  service,
bool  iscmd 
)
inlineprivatevirtual

Reimplemented from DimServiceInfoListImp.

Definition at line 315 of file FactGui.h.

References handleRemoveService().

316  {
317  UnsubscribeService(server+'/'+service, true);
318 
319  QApplication::postEvent(this,
320  new FunctionEvent(bind(&FactGui::handleRemoveService, this, server, service, iscmd)));
321  }
void handleRemoveService(const string &server, const string &service, bool iscmd)
Definition: FactGui.h:352
void UnsubscribeService(const string &service, bool allow_unsubscribed=false)
Definition: FactGui.h:414

+ Here is the call graph for this function: