Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 30, 2008, 1:16:14 AM (16 years ago)
Author:
landauf
Message:

removed some outcommented lines (I did this in a separate commit because we might want to revert some of them)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/core/Factory.cc

    r1676 r1683  
    9898        }
    9999        (*getFactoryPointer()->identifierStringMap_.begin()).second->stopCreatingHierarchy();
    100 /*
    101         for (it = Identifier::getIdentifierMapIntern().begin(); it != Identifier::getIdentifierMapIntern().end(); ++it)
    102             (*it).second->createSuperFunctionCaller();
    103 */
    104100        COUT(3) << "*** Factory: Finished class-hierarchy creation" << std::endl;
    105101    }
Note: See TracChangeset for help on using the changeset viewer.