FACT++  1.0
void Connection::AsyncRead ( const boost::asio::mutable_buffers_1  buffers,
int  type = 0 
)

Definition at line 31 of file Connection.cc.

References HandleReceivedData().

Referenced by Out().

32 {
33  ba::async_read(*this, buffers,
34  boost::bind(&Connection::HandleReceivedData, this,
35  dummy::error, dummy::bytes_transferred, type));
36 }
virtual void HandleReceivedData(const boost::system::error_code &, size_t, int=0)
Definition: Connection.h:137
int type

+ Here is the call graph for this function:

+ Here is the caller graph for this function: