Changeset 667 for code/branches/FICN/src/orxonox/core/Factory.cc
- Timestamp:
- Dec 22, 2007, 2:13:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/Factory.cc
r564 r667 84 84 void Factory::createClassHierarchy() 85 85 { 86 COUT( 4) << "*** Factory -> Create class-hierarchy\n";86 COUT(3) << "*** Factory -> Create class-hierarchy\n"; 87 87 std::map<std::string, Identifier*>::iterator it; 88 88 it = getFactoryPointer()->identifierStringMap_.begin(); … … 95 95 } 96 96 (*getFactoryPointer()->identifierStringMap_.begin()).second->stopCreatingHierarchy(); 97 COUT( 4) << "*** Factory -> Finished class-hierarchy creation\n";97 COUT(3) << "*** Factory -> Finished class-hierarchy creation\n"; 98 98 } 99 99
Note: See TracChangeset
for help on using the changeset viewer.