Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2007, 11:28:31 PM (16 years ago)
Author:
landauf
Message:

some changes in the ClassIdentifier (inspired by retos suggestion)

File:
1 edited

Legend:

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

    r677 r690  
    4040    int Identifier::hierarchyCreatingCounter_s = 0; // Set the static member variable hierarchyCreatingCounter_s to zero
    4141    unsigned int Identifier::classIDcounter_s = 0;  // Set the static member variable classIDcounter_s to zero
     42    std::map<std::string, Identifier*> Identifier::identifierMap_s;
    4243
    4344    /**
Note: See TracChangeset for help on using the changeset viewer.