- Timestamp:
- Dec 10, 2007, 5:07:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/core/ClassFactory.h
r452 r453 10 10 11 11 #include "Identifier.h" 12 #include "Debug.h" 12 13 13 14 namespace orxonox … … 44 45 // To create the new branch of the class-hierarchy, we create a new object and delete it afterwards. 45 46 ClassIdentifier<T>::getIdentifier()->startCreatingHierarchy(); 46 #if HIERARCHY_VERBOSE 47 std::cout << "*** Create Factory -> Create Class\n"; 48 #endif 47 COUT(4) << "*** Create Factory -> Create Class\n"; 49 48 BaseObject* temp = ClassIdentifier<T>::getIdentifier()->fabricate(); 50 49 delete temp;
Note: See TracChangeset
for help on using the changeset viewer.