Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 5, 2008, 2:18:14 PM (16 years ago)
Author:
rgrieder
Message:
  • applied patch to remove ClassManager (wouldn't wanna maintain it anymore ;))
  • sorted core CMLs a little bit
  • updated OrxonoxStableHeaders.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/ClassFactory.h

    r1505 r1543  
    7474    {
    7575        COUT(4) << "*** ClassFactory: Create entry for " << name << " in Factory." << std::endl;
    76         ClassManager<T>::getIdentifier()->addFactory(new ClassFactory<T>);
    77         Factory::add(name, ClassManager<T>::getIdentifier());
     76        ClassIdentifier<T>::getIdentifier()->addFactory(new ClassFactory<T>);
     77        Factory::add(name, ClassIdentifier<T>::getIdentifier());
    7878
    7979        return true;
Note: See TracChangeset for help on using the changeset viewer.