FACT++  1.0
void Trigger::Remove ( tcp_connection ptr)
inline

Definition at line 47 of file fad.cc.

Referenced by tcp_connection::~tcp_connection().

48  {
49  vec.erase(find(vec.begin(), vec.end(), ptr));
50  }
vector< tcp_connection * > vec
Definition: fad.cc:35

+ Here is the caller graph for this function: