FACT++  1.0
void DimServerDns::setName ( const char *  name)

Definition at line 408 of file discpp.cxx.

References DimService::itsName.

Referenced by DimServer::start().

409 {
410  if(!itsName)
411  {
412  itsName = new char[(int)strlen(name)+1];
413  strcpy(itsName,name);
414  }
415 }
char * itsName
Definition: dis.hxx:79

+ Here is the caller graph for this function: