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

Definition at line 420 of file gcn.cc.

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

421  {
422  // Close all connections
423  fGCN.PostClose(false);
424 
425  return T::GetCurrentState();
426  }

+ Here is the caller graph for this function: