FACT++  1.0
void tcp_connection::AsyncWrite ( ba::ip::tcp::socket *  socket,
const ba::const_buffers_1 &  buffers 
)
inline

Definition at line 73 of file fad.cc.

References HandleSentData().

74  {
75  ba::async_write(*socket, buffers,
76  boost::bind(&tcp_connection::HandleSentData, shared_from_this(),
77  dummy::error, dummy::bytes_transferred));
78  }
void HandleSentData(const boost::system::error_code &, size_t)
Definition: fad.cc:107

+ Here is the call graph for this function: