Ignore:
Timestamp:
Feb 18, 2009, 11:39:30 AM (15 years ago)
Author:
mies
Message:

implemented bootstrap info parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/modules/network/ip/IPv4Locator.h

    r2451 r2452  
    7777        virtual string toString() const;
    7878
     79        void setIP( string ip ) {
     80                ipv4Address = boost::asio::ip::address_v4::from_string( ip );
     81        }
     82
    7983        string getIP() const {
    8084                return ipv4Address.to_string();
     
    9195        boost::asio::ip::address_v4 ipv4Address;
    9296        uint16_t port;
    93 
    9497};
    9598
Note: See TracChangeset for help on using the changeset viewer.