Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2013, 10:42:57 PM (11 years ago)
Author:
landauf
Message:

small refactoring

File:
1 edited

Legend:

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

    r9642 r9644  
    4747            static IdentifierManager& getInstance();
    4848
    49             Identifier* getIdentifierSingleton(const std::string& name, Identifier* proposal);
     49            Identifier* getIdentifierSingleton(Identifier* proposal);
    5050            void registerIdentifier(Identifier* identifier);
    5151
     
    9696                { hierarchyCreatingCounter_s--; }
    9797
    98             std::map<std::string, Identifier*> identifierByTypeId_;          //!< Map with the names as received by typeid(). This is only used internally.
     98            std::map<std::string, Identifier*> identifierByTypeidName_;      //!< Map with the names as received by typeid(). This is only used internally.
    9999
    100100            std::map<std::string, Identifier*> identifierByString_;          //!< Map that stores all Identifiers with their names.
Note: See TracChangeset for help on using the changeset viewer.