Changeset 9371 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.cc
- Timestamp:
- Jul 20, 2006, 11:08:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9367 r9371 208 208 hs->setPreferedNickName( Preferences::getInstance()->getString( "multiplayer", "nickname", "Player" ) ); 209 209 210 PRINTF(0)("NetworkStream: Handshake created: %s\n", hs->get Name());210 PRINTF(0)("NetworkStream: Handshake created: %s\n", hs->getCName()); 211 211 } 212 212 … … 447 447 { 448 448 if( (*it)->beSynchronized() == true) 449 PRINT(0)(" Synchronizeable of class: %s::%s, with unique ID: %i, Synchronize: %i\n", (*it)->getClass Name(), (*it)->getName(),449 PRINT(0)(" Synchronizeable of class: %s::%s, with unique ID: %i, Synchronize: %i\n", (*it)->getClassCName(), (*it)->getCName(), 450 450 (*it)->getUniqueID(), (*it)->beSynchronized()); 451 451 } … … 850 850 sync->setSynchronized(true); 851 851 852 PRINTF(0)("Fabricated %s with id %d\n", sync->getClass Name(), sync->getUniqueID());852 PRINTF(0)("Fabricated %s with id %d\n", sync->getClassCName(), sync->getUniqueID()); 853 853 } 854 854 else
Note: See TracChangeset
for help on using the changeset viewer.