Changeset 5357 in orxonox.OLD for trunk/src/util
- Timestamp:
- Oct 10, 2005, 9:15:05 PM (19 years ago)
- Location:
- trunk/src/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/fast_factory.h
r5355 r5357 139 139 tFastFactory<T>* tFastFactory<T>::getFastFactory(ClassID classID, const char* fastFactoryName) 140 140 { 141 printf("cool\n");142 141 tFastFactory<T>* tmpFac = NULL; 143 142 if (FastFactory::getFirst() != NULL) -
trunk/src/util/loading/factory.h
r5356 r5357 84 84 tFactory<T>::tFactory(const char* factoryName) : Factory(factoryName) 85 85 { 86 printf("Class: %s loadable\n", this->getName());86 PRINTF(4)("Class: %s loadable\n", this->getName()); 87 87 } 88 88
Note: See TracChangeset
for help on using the changeset viewer.