Changeset 7859 in orxonox.OLD for branches/network/src
- Timestamp:
- May 25, 2006, 4:03:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/subprojects/network/network_unit_test.cc
r7857 r7859 302 302 std::string host; 303 303 304 if ( argc > 2)305 host = argv[ 1];304 if ( argc > 3 ) 305 host = argv[2]; 306 306 else 307 307 host = "localhost";
Note: See TracChangeset
for help on using the changeset viewer.