FACT++
1.0
|
void DimServiceInfoList::RemoveServer | ( | std::string | s | ) |
Removes the service subscription for SERVICE_LIST, SERVICE_DESC and STATE_LIST for the given server, as well as the stored informations. Don't forget to call this function if it is overwritten in a derived class.
s | server which should be removed. We need to make a copy, otherwise RemoveServer will destroy the staring the reference is pointing to |
a | runtime_error is the server to be removed is not in the list |
Definition at line 121 of file DimServiceInfoList.cc.
Referenced by CreateDS(), and DimServiceInfoListImp::RemoveServer().