Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: some build-efficiency-issues

Location:
trunk/src/util
Files:
4 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)
  • trunk/src/util/garbage_collector.cc

    r5115 r5355  
    2121#include "world_entity.h"
    2222#include "null_parent.h"
     23#include "fast_factory.h"
    2324
    2425#include "list.h"
  • trunk/src/util/garbage_collector.h

    r4979 r5355  
    88#include "base_object.h"
    99
    10 #include "fast_factory.h"
     10// FORWARD DECLARATION
     11class FastObjectMember;
    1112
    1213//! this class maintains the garbage collection.
  • trunk/src/util/loading/factory.h

    r5156 r5355  
    8484tFactory<T>::tFactory(const char* factoryName) : Factory(factoryName)
    8585{
    86   PRINTF(5)("Class: %s loadable\n", this->getName());
     86  PRINTF(1)("Class: %s loadable\n", this->getName());
    8787}
    8888
Note: See TracChangeset for help on using the changeset viewer.