FACT++  1.0
void Connection::PostClose ( bool  restart = true)

Definition at line 125 of file Connection.cc.

References CloseImp().

Referenced by StateMachineFAD< T >::Close(), ConnectionFailed(), StateMachineFAD< T >::EnableConnection(), and StateMachineFAD< T >::Transition().

126 {
127  get_io_service().post(boost::bind(&Connection::CloseImp, this, restart));
128 }
void CloseImp(bool restart=true)
Definition: Connection.cc:89

+ Here is the call graph for this function:

+ Here is the caller graph for this function: