Changeset 5355 in orxonox.OLD for trunk/src/util/loading
- Timestamp:
- Oct 10, 2005, 7:47:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/factory.h
r5156 r5355 84 84 tFactory<T>::tFactory(const char* factoryName) : Factory(factoryName) 85 85 { 86 PRINTF( 5)("Class: %s loadable\n", this->getName());86 PRINTF(1)("Class: %s loadable\n", this->getName()); 87 87 } 88 88
Note: See TracChangeset
for help on using the changeset viewer.