Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2013, 5:52:29 PM (11 years ago)
Author:
landauf
Message:

renamed CreateFactory() as RegisterClass() to be more consistent with the corresponding RegisterObject() macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/orxonox/controllers/HumanController.cc

    r9629 r9638  
    6666    SetConsoleCommand("HumanController", "myposition",             &HumanController::myposition    ).addShortcut();
    6767
    68     CreateUnloadableFactory(HumanController);
     68    RegisterUnloadableClass(HumanController);
    6969
    7070    HumanController* HumanController::localController_s = 0;
Note: See TracChangeset for help on using the changeset viewer.