Changeset 9725 in orxonox.OLD for branches/new_class_id/src/lib/util/loading
- Timestamp:
- Sep 8, 2006, 11:42:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/factory.cc
r9715 r9725 31 31 : _classID(classID) 32 32 { 33 printf("Factory::create(%s::%d)\n", classID.name().c_str(), classID.id());33 PRINTF(4)("Factory::create(%s::%d)\n", classID.name().c_str(), classID.id()); 34 34 //this->registerObject(this, Factory::_objectList); 35 35 this->setName(classID.name());
Note: See TracChangeset
for help on using the changeset viewer.