Ignore:
Timestamp:
07/06/11 13:33:55 (13 years ago)
Author:
tbretz
Message:
Fixed a problem introduced with the splitting of Connect which caused the connection to e.g. the FTM getting established twice.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Connection.h

    r11190 r11260  
    8282    void CloseImp(bool restart=true);
    8383
    84     void ConnectAddrImp(const boost::asio::ip::tcp::endpoint &endpoint,
    85                         const boost::system::error_code& error);
    86     void ConnectIterImp(boost::asio::ip::tcp::resolver::iterator endpoint_iterator,
    87                         const boost::system::error_code& error);
     84    bool ConnectImp(const boost::asio::ip::tcp::endpoint &endpoint,
     85                    const boost::system::error_code& error);
     86    void ConnectIter(boost::asio::ip::tcp::resolver::iterator endpoint_iterator,
     87                     const boost::system::error_code& error);
     88    void ConnectAddr(const boost::asio::ip::tcp::endpoint &endpoint,
     89                     const boost::system::error_code& error);
    8890
    8991    void HandleConnectionTimer(const boost::system::error_code &error);
Note: See TracChangeset for help on using the changeset viewer.