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/Identifier.h

    r10467 r10483  
    231231            Factory* factory_;                                             //!< The Factory, able to create new objects of the given class (if available)
    232232            uint32_t networkID_;                                           //!< The network ID to identify a class through the network
    233             const unsigned int classID_;                                   //!< Uniquely identifies a class (might not be the same as the networkID_)
     233            unsigned int classID_;                                         //!< Uniquely identifies a class (might not be the same as the networkID_)
    234234
    235235            bool bHasConfigValues_;                                        //!< True if this class has at least one assigned config value
Note: See TracChangeset for help on using the changeset viewer.