Ignore:
Timestamp:
07/18/13 13:09:35 (11 years ago)
Author:
tbretz
Message:
Made StartConnection virtual to allow ConnectionGCN to change the IP address with every connect.
File:
1 edited

Legend:

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

    r16769 r16958  
    111111    void SetEndpoint(const boost::asio::ip::tcp::endpoint &ep);
    112112
    113     void StartConnect();
     113    virtual void StartConnect();
    114114
    115115    // ------------------------ close --------------------------
Note: See TracChangeset for help on using the changeset viewer.