FACT++  1.0
void DimServer::start ( )
static
Examples:
logtime.cc.

Definition at line 512 of file discpp.cxx.

References dis_start_serving, and DimService::itsName.

Referenced by BridgeCommand::BridgeCommand(), DimService::declareIt(), DimCommand::declareIt(), DimRpc::declareIt(), DimServerDns::DimServerDns(), DimStart::DimStart(), BridgeService::infoHandler(), main(), and MStarguider::MStarguider().

513 {
514 // itsNServices++;
515  if((itsName) && (autoStart))
516  {
517 // DimThread::start();
519  }
520 }
static int autoStart
Definition: dis.hxx:94
#define dis_start_serving
Definition: dis.h:8
static char * itsName
Definition: dis.hxx:92

+ Here is the caller graph for this function: