FACT++  1.0
DimStart::~DimStart ( )
inlineprotected

Definition at line 49 of file StateMachineDim.h.

References DimServer::stop().

50  {
51  if (!fIsValidServer)
52  return;
53 
54  // Give some time for pending log messages to be
55  // transmitted before the network is stopped
56  sleep(1);
58  }
const bool fIsValidServer
static void stop()
Definition: discpp.cxx:545

+ Here is the call graph for this function: