FACT++  1.0
DimServerList::DimServerList ( DimServerListImp list)

Constructs the DimServerList. Subscribes a DimInfo to DIS_DNS/SERVER_LIST.

Definition at line 43 of file DimServerList.cc.

43  : fList(list),
44  fDimServers("DIS_DNS/SERVER_LIST", const_cast<char*>(""), this)
45 {
46 }
DimServerListImp * fList
Definition: DimServerList.h:17
DimInfo fDimServers
A list with the available servers.
Definition: DimServerList.h:19