FACT++  1.0
void DimServer::start ( const char *  name)
static

Definition at line 467 of file discpp.cxx.

References dis_start_serving, and DimService::itsName.

468 {
469  if(!itsName)
470  {
471  itsName = new char[(int)strlen(name)+1];
472  strcpy(itsName,name);
473  }
475 }
#define dis_start_serving
Definition: dis.h:8
static char * itsName
Definition: dis.hxx:92