FACT++
1.0
|
void DimServiceInfoList::AddServer | ( | const std::string & | s | ) |
Adds the service subscription for SERVICE_LIST, SERVICE_DESC and STATE_LIST for the given server. Don't forget to call this function if it is overwritten in a derived class.
s | server which should be added |
a | runtime_error is the server is already in the list |
Definition at line 90 of file DimServiceInfoList.cc.
Referenced by DimServiceInfoListImp::AddServer(), and CreateDS().