Changeset 9224 for code/branches/testing/src/libraries/network
- Timestamp:
- May 19, 2012, 3:03:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/src/libraries/network/Client.cc
r8858 r9224 68 68 timeSinceLastUpdate_(0) 69 69 { 70 this->setDestination( CommandLineParser::getValue("dest").get String(), CommandLineParser::getValue("port") );70 this->setDestination( CommandLineParser::getValue("dest").get<std::string>(), CommandLineParser::getValue("port") ); 71 71 } 72 72
Note: See TracChangeset
for help on using the changeset viewer.