Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/lib/network/network_manager.cc


Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/network/network_manager.cc

    r9656 r9869  
    2020#define DEBUG_MODULE_NETWORK
    2121
    22 #include "class_list.h"
    2322#include "debug.h"
    2423#include "shell_command.h"
     
    2827#include "shared_network_data.h"
    2928#include "network_stream.h"
    30 #include "preferences.h"
     29#include "parser/preferences/preferences.h"
    3130#include "network_log.h"
    3231#include "network_game_manager.h"
     
    4140
    4241
    43 
     42ObjectListDefinition(NetworkManager);
    4443NetworkManager* NetworkManager::singletonRef = NULL;
    4544
     
    5049{
    5150  /* set the class id for the base object */
    52   this->setClassID(CL_NETWORK_MANAGER, "NetworkManager");
     51  this->registerObject(this, NetworkManager::_objectList);
    5352  PRINTF(0)("START\n");
    5453
Note: See TracChangeset for help on using the changeset viewer.