Changeset 7744 for code/branches/presentation/src
- Timestamp:
- Dec 8, 2010, 5:18:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/libraries/network/WANDiscovery.cc
r7739 r7744 58 58 59 59 /* connect and see if it worked */ 60 if( msc.connect( this->msaddress.c_str(), 1234) )60 if( msc.connect( this->msaddress.c_str(), ORX_MSERVER_PORT ) ) 61 61 COUT(2) << "Error: could not connect to master server at " 62 62 << this->msaddress << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.