Changeset 2452 for source/ariba/communication/modules/network
- Timestamp:
 - Feb 18, 2009, 11:39:30 AM (17 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
source/ariba/communication/modules/network/ip/IPv4Locator.h
r2451 r2452 77 77 virtual string toString() const; 78 78 79 void setIP( string ip ) { 80 ipv4Address = boost::asio::ip::address_v4::from_string( ip ); 81 } 82 79 83 string getIP() const { 80 84 return ipv4Address.to_string(); … … 91 95 boost::asio::ip::address_v4 ipv4Address; 92 96 uint16_t port; 93 94 97 }; 95 98  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.