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

Definition at line 1963 of file ftmctrl.cc.

Referenced by StateMachineFTM< T, S >::StateMachineFTM().

1964  {
1965  // Close all connections
1966  fFTM.PostClose(false);
1967 
1968  /*
1969  // Now wait until all connection have been closed and
1970  // all pending handlers have been processed
1971  poll();
1972  */
1973 
1974  return T::GetCurrentState();
1975  }

+ Here is the caller graph for this function: