Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 540


Ignore:
Timestamp:
Dec 16, 2007, 3:29:10 AM (16 years ago)
Author:
landauf
Message:

debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/ClassFactory.h

    r496 r540  
    1010
    1111#include "Identifier.h"
     12#include "Debug.h"
    1213
    1314namespace orxonox
     
    3940    bool ClassFactory<T>::create(const std::string& name)
    4041    {
     42        COUT(4) << "*** Create entry for " << name << " in Factory.\n";
    4143        ClassIdentifier<T>::getIdentifier()->addFactory(new ClassFactory<T>);
    4244        Factory::add(name, ClassIdentifier<T>::getIdentifier());
Note: See TracChangeset for help on using the changeset viewer.