FACT++  1.0
DimServerDns::DimServerDns ( const char *  node,
int  port,
char *  name 
)

Definition at line 336 of file discpp.cxx.

References init(), and DimServer::start().

337 {
338  init(node, port);
339  DimServer::start(this, name);
340 }
Definition: dns.c:26
void init(const char *node, int port)
Definition: discpp.cxx:344
static void start()
Definition: discpp.cxx:512

+ Here is the call graph for this function: