Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2007, 10:42:34 PM (16 years ago)
Author:
landauf
Message:

added preprocessor-flag to change verbose mode of class-hierarchy and set it to false:

Identifier.h:
#define HIERARCHY_VERBOSE false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchie/src/Identifier.cc

    r224 r231  
    2020    void Identifier::initialize(IdentifierList* parents)
    2121    {
     22#if HIERARCHY_VERBOSE
    2223        std::cout << "*** Initialize " << this->name_ << "-Singleton.\n";
     24#endif
    2325        if (parents)
    2426        {
Note: See TracChangeset for help on using the changeset viewer.