Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2015, 10:36:28 PM (9 years ago)
Author:
landauf
Message:

avoid dependency on IdentifierManager for as long as possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/class/IdentifierManager.h

    r10481 r10483  
    5151            void addIdentifier(Identifier* identifier);
    5252            void removeIdentifier(Identifier* identifier);
    53 
    54             unsigned int getUniqueClassId()
    55                 { return this->classIDCounter_s++; }
    5653
    5754
     
    110107
    111108            int hierarchyCreatingCounter_s;                         //!< Bigger than zero if at least one Identifier stores its parents (its an int instead of a bool to avoid conflicts with multithreading)
    112             unsigned int classIDCounter_s;                          //!< counter for the unique classIDs
    113109
    114110            /// Used while creating the object hierarchy to keep track of the identifiers of a newly created object (and all other objects that get created as
Note: See TracChangeset for help on using the changeset viewer.