FACT++  1.0
void Connection::AsyncConnect ( )
private

Definition at line 76 of file Connection.cc.

References ConnectAddr().

Referenced by AsyncWait(), and AsyncWrite().

77 {
78  // AsyncConnect + Deadline
79  async_connect(fEndpoint,
80  boost::bind(&Connection::ConnectAddr,
81  this, fEndpoint, ba::placeholders::error));
82 
83  // We will get a "Connection timeout anyway"
84  //AsyncWait(fConnectTimeout, 5, &Connection::HandleConnectTimeout);
85 }
boost::asio::ip::tcp::endpoint fEndpoint
Definition: Connection.h:23
void ConnectAddr(const boost::asio::ip::tcp::endpoint &endpoint, const boost::system::error_code &error)
Definition: Connection.cc:343

+ Here is the call graph for this function:

+ Here is the caller graph for this function: