FACT++  1.0
DimServerDns::~DimServerDns ( )

Definition at line 391 of file discpp.cxx.

References DimService::itsName, and DimServer::stop().

392 {
393  if(itsName)
394  {
395  DimServer::stop(this);
396 // if(itsName)
397 // delete[] itsName;
398  }
399 // if(itsNode)
400  delete[] itsNode;
401 }
char * itsNode
Definition: dis.hxx:76
char * itsName
Definition: dis.hxx:79
static void stop()
Definition: discpp.cxx:545

+ Here is the call graph for this function: