Changeset 7740
- Timestamp:
- Dec 8, 2010, 4:39:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/libraries/network/Server.cc
r7739 r7740 110 110 111 111 /* connect and see if it worked */ 112 if( msc.connect( MS_ADDRESS, 1234) )112 if( msc.connect( MS_ADDRESS, ORX_MSERVER_PORT ) ) 113 113 { COUT(1) << "Error: could not connect to master server!\n"; 114 114 return; … … 195 195 196 196 // receive and process requests from master server 197 helper_HandleMasterServerRequests(); 197 /* todo */ 198 //helper_HandleMasterServerRequests(); 198 199 199 200 if ( ClientInformation::hasClients() )
Note: See TracChangeset
for help on using the changeset viewer.