FACT++
1.0
|
#include <dis.hxx>
Public Member Functions | |
DimServerDns (const char *node) | |
DimServerDns (const char *node, int port) | |
DimServerDns (const char *node, int port, char *name) | |
~DimServerDns () | |
void | init (const char *node, int port) |
dim_long | getDnsId () |
void | setName (const char *name) |
char * | getName () |
void | clearName () |
void | autoStartOn () |
void | autoStartOff () |
int | isAutoStart () |
void | addServiceId (int id) |
int * | getServiceIdList () |
Private Attributes | |
char * | itsNode |
int | itsPort |
dim_long | itsDnsId |
char * | itsName |
int | autoStart |
int * | itsServiceIdList |
int | itsServiceIdListSize |
int | itsNServiceIds |