Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2007, 7:19:54 PM (18 years ago)
Author:
landauf
Message:

added "MetaObjectList", containing the list-element of the ObjectList of all classes an object is registered in. this allowes much faster deleting of objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchie/src/IdentifierIncludes.h

    r244 r246  
    22#include "Factory.h"
    33#include "ClassFactory.h"
    4 #include "IdentifierList.h"
    5 #include "ObjectList.h"
     4//#include "IdentifierList.h"
     5//#include "ObjectList.h"
    66#include "Iterator.h"
    77#include "OrxonoxClass.h"
     
    3737#endif
    3838
    39 #define UnregisterObject() \
    40     this->getIdentifier()->removeObject(this)
    41 
    4239#define Class(ClassName) \
    4340    ClassIdentifier<ClassName>::getIdentifier()
Note: See TracChangeset for help on using the changeset viewer.