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

Definition at line 1859 of file biasctrl.cc.

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

1860  {
1861  // Close all connections
1862  fBias.PostClose(-1);
1863 
1864  /*
1865  // Now wait until all connection have been closed and
1866  // all pending handlers have been processed
1867  poll();
1868  */
1869 
1870  return T::GetCurrentState();
1871  }

+ Here is the caller graph for this function: