Changeset 9869 in orxonox.OLD for trunk/src/lib/network/network_manager.cc
- Timestamp:
- Oct 3, 2006, 12:19:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/network/network_manager.cc
r9656 r9869 20 20 #define DEBUG_MODULE_NETWORK 21 21 22 #include "class_list.h"23 22 #include "debug.h" 24 23 #include "shell_command.h" … … 28 27 #include "shared_network_data.h" 29 28 #include "network_stream.h" 30 #include "p references.h"29 #include "parser/preferences/preferences.h" 31 30 #include "network_log.h" 32 31 #include "network_game_manager.h" … … 41 40 42 41 43 42 ObjectListDefinition(NetworkManager); 44 43 NetworkManager* NetworkManager::singletonRef = NULL; 45 44 … … 50 49 { 51 50 /* set the class id for the base object */ 52 this-> setClassID(CL_NETWORK_MANAGER, "NetworkManager");51 this->registerObject(this, NetworkManager::_objectList); 53 52 PRINTF(0)("START\n"); 54 53
Note: See TracChangeset
for help on using the changeset viewer.