FACT++  1.0
tcp_connection::~tcp_connection ( )
inline

Definition at line 480 of file fad.cc.

References Trigger::Remove().

481  {
482  fTrigger.Remove(this);
483  fSockets.clear();
484  }
static Trigger fTrigger
Definition: fad.cc:60
vector< boost::shared_ptr< ba::ip::tcp::socket > > fSockets
Definition: fad.cc:478
void Remove(tcp_connection *ptr)
Definition: fad.cc:47

+ Here is the call graph for this function: