FACT++  1.0
ServiceList::~ServiceList ( )

Delete the allocated memory from fServerList.

Definition at line 86 of file ServiceList.cc.

References fServerList, and i.

Referenced by CreateFMT().

87 {
88  for (ServerMap::iterator i=fServerList.begin(); i!=fServerList.end(); i++)
89  {
90  delete i->second.first;
91  delete i->second.second;
92  }
93 }
ServerMap fServerList
A filter for the type of the services to be collected, e.g. CMD.
Definition: ServiceList.h:29
int i
Definition: db_dim_client.c:21

+ Here is the caller graph for this function: