Changeset 11370 for trunk/FACT++/src/Connection.cc
- Timestamp:
- 07/13/11 14:50:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Connection.cc
r11260 r11370 461 461 } 462 462 463 void Connection::SetEndpoint(const boost::asio::ip::tcp::endpoint &ep) 464 { 465 SetEndpoint(ep.address().to_string(), ep.port()); 466 fEndpoint = ep; 467 } 463 468 464 469
Note:
See TracChangeset
for help on using the changeset viewer.