FACT++  1.0
void tcp_connection::AsyncRead ( ba::mutable_buffers_1  buffers)
inline

Definition at line 66 of file fad.cc.

References HandleReceivedData().

67  {
68  ba::async_read(*this, buffers,
69  boost::bind(&tcp_connection::HandleReceivedData, shared_from_this(),
70  dummy::error, dummy::bytes_transferred));
71  }
void HandleReceivedData(const boost::system::error_code &error, size_t bytes_received)
Definition: fad.cc:251

+ Here is the call graph for this function: