FACT++  1.0
template<class T , class S >
int StateMachineDrive< T, S >::Disconnect ( )
inlineprivate

Definition at line 2306 of file drivectrl.cc.

2307  {
2308  // Close all connections
2309  fDrive.PostClose(false);
2310 
2311  /*
2312  // Now wait until all connection have been closed and
2313  // all pending handlers have been processed
2314  poll();
2315  */
2316 
2317  return T::GetCurrentState();
2318  }