Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2008, 4:43:22 PM (16 years ago)
Author:
landauf
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/Identifier.cc

    r805 r806  
    117117
    118118    /**
    119         @returns a reference to the Identifier map, containing all Identifiers.
    120     *//*
    121     std::map<std::string, Identifier*>& Identifier::getIdentifierMap()
    122     {
    123         static std::map<std::string, Identifier*> identifierMapStaticReference = std::map<std::string, Identifier*>();
    124         return identifierMapStaticReference;
    125     }*/
    126 
    127     /**
    128119        @returns true, if the Identifier is at least of the given type.
    129120        @param identifier The identifier to compare with
Note: See TracChangeset for help on using the changeset viewer.