Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2013, 6:08:42 PM (11 years ago)
Author:
landauf
Message:

moved static functions from Identifier.cc/h to IdentifierManager.cc/h (still static though)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/XMLPort.cc

    r9556 r9564  
    5959                for (ticpp::Iterator<ticpp::Element> child = xmlsubelement->FirstChildElement(false); child != child.end(); child++)
    6060                {
    61                     Identifier* identifier = Identifier::getIdentifierByString(child->Value());
     61                    Identifier* identifier = IdentifierManager::getIdentifierByString(child->Value());
    6262                    if (!identifier)
    6363                    {
Note: See TracChangeset for help on using the changeset viewer.