Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2010, 6:53:02 PM (13 years ago)
Author:
smerkli
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/libraries/network/MasterServerComm.cc

    r7765 r7768  
    2828
    2929#include "MasterServerComm.h"
     30#include "util/ScopedSingletonManager.h"
     31#include "core/CoreIncludes.h"
    3032
    3133namespace orxonox
    3234{
    3335  ManageScopedSingleton(MasterServerComm, ScopeID::Root, true);
    34  
     36
    3537  MasterServerComm::MasterServerComm()
    3638  { /* nothing anymore, everything's been outsourced to
    3739     * the initialize method to facilitate debugging
    3840     */
     41    /* register object in orxonox */
     42    RegisterObject(MasterServerComm);
    3943  }
    4044
Note: See TracChangeset for help on using the changeset viewer.