FACT++  1.0
void DimServiceInfoList::RemoveAllServers ( )

Removes the service subscription for SERVICE_LIST, SERVICE_DESC and STATE_LIST for all servers, as well as all stored informations. Don't forget to call this function if it is overwritten in a derived class.

Definition at line 151 of file DimServiceInfoList.cc.

Referenced by CreateDS(), DimServiceInfoListImp::RemoveAllServers(), and DimServiceInfoListImp::~DimServiceInfoListImp().

152 {
153  while (!fServiceInfoList.empty())
154  RemoveServer(fServiceInfoList.begin()->first);
155 }
void RemoveServer(std::string)
ServiceInfoList fServiceInfoList

+ Here is the caller graph for this function: