Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5355 in orxonox.OLD for trunk/src/util/fast_factory.h


Ignore:
Timestamp:
Oct 10, 2005, 7:47:42 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some build-efficiency-issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/fast_factory.h

    r5279 r5355  
    139139tFastFactory<T>* tFastFactory<T>::getFastFactory(ClassID classID, const char* fastFactoryName)
    140140{
     141  printf("cool\n");
    141142  tFastFactory<T>* tmpFac = NULL;
    142143  if (FastFactory::getFirst() != NULL)
Note: See TracChangeset for help on using the changeset viewer.