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

Definition at line 42 of file fad.cc.

Referenced by tcp_connection::tcp_connection().

43  {
44  vec.push_back(ptr);
45  }
vector< tcp_connection * > vec
Definition: fad.cc:35

+ Here is the caller graph for this function: