FACT++  1.0
void tcp_connection::handle_accept ( boost::shared_ptr< ba::ip::tcp::socket >  socket,
int  port,
const boost::system::error_code &   
)
inline

Definition at line 486 of file fad.cc.

References fTrigger.

Referenced by tcp_server::start_accept().

487  {
488  cout << this << " Added one socket[" << fBoardId << "] " << socket->remote_endpoint().address().to_v4().to_string();
489  cout << ":"<< port << endl;
490  fSockets.push_back(socket);
491  }
const int fBoardId
Definition: fad.cc:62
vector< boost::shared_ptr< ba::ip::tcp::socket > > fSockets
Definition: fad.cc:478

+ Here is the caller graph for this function: