FACT++
1.0
|
#include <DimServerList.h>
Public Member Functions | |
DimServerListImp () | |
virtual | ~DimServerListImp () |
virtual void | AddServer (const std::string &) |
virtual void | RemoveServer (std::string) |
virtual void | RemoveAllServers () |
const DimServerList::ServerList & | GetServerList () const |
bool | HasServer (const std::string &server) const |
Private Attributes | |
DimServerList | fList |
Definition at line 35 of file DimServerList.h.