FACT++  1.0
void Connection::ConnectAddr ( const boost::asio::ip::tcp::endpoint &  endpoint,
const boost::system::error_code &  error 
)
private

Definition at line 343 of file Connection.cc.

References HandleConnectionTimer().

Referenced by AsyncConnect(), and AsyncWait().

344 {
345  if (ConnectImp(endpoint, error))
346  return;
347 
349 }
boost::asio::deadline_timer fConnectionTimer
Definition: Connection.h:40
bool ConnectImp(const boost::asio::ip::tcp::endpoint &endpoint, const boost::system::error_code &error)
Definition: Connection.cc:257
void AsyncWait(boost::asio::deadline_timer &timer, int millisec, void(Connection::*handler)(const boost::system::error_code &))
Definition: Connection.h:75
void HandleConnectionTimer(const boost::system::error_code &error)
Definition: Connection.cc:230

+ Here is the call graph for this function:

+ Here is the caller graph for this function: