FACT++  1.0
void ConnectionUSB::PostClose ( int64_t  delay = 0)

Definition at line 127 of file ConnectionUSB.cc.

References CloseImp().

Referenced by ConnectionEstablished().

128 {
129  get_io_service().post(boost::bind(&ConnectionUSB::CloseImp, this, delay));
130 }
void CloseImp(int64_t delay=0)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: