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/config/ConfigValueContainer.h

    r9563 r9564  
    7070            inline virtual void call(void* object)
    7171            {
    72                 if (!Identifier::isCreatingHierarchy())
     72                if (!IdentifierManager::isCreatingHierarchy())
    7373                    (static_cast<T*>(object)->*this->function_)();
    7474            }
Note: See TracChangeset for help on using the changeset viewer.