FACT++  1.0
void tcp_connection::AsyncWrite ( const ba::const_buffers_1 &  buffers)
inlineprivate

Definition at line 47 of file ftm.cc.

References HandleSentData().

48  {
49  ba::async_write(*this, buffers,
50  boost::bind(&tcp_connection::HandleSentData, shared_from_this(),
51  dummy::error, dummy::bytes_transferred));
52  }
void HandleSentData(const boost::system::error_code &, size_t)
Definition: fad.cc:107

+ Here is the call graph for this function: