Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2015, 12:10:24 PM (9 years ago)
Author:
landauf
Message:

destroy objects before deleting identifiers (when unloading a module)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/module/ModuleInstance.h

    r10535 r10539  
    5252            void unloadAllStaticallyInitializedInstances(StaticInitialization::Type type);
    5353
     54            inline const std::set<StaticallyInitializedInstance*>& getInstances(StaticInitialization::Type type)
     55                { return this->staticallyInitializedInstancesByType_[type]; }
     56
    5457            void deleteAllStaticallyInitializedInstances();
    5558
Note: See TracChangeset for help on using the changeset viewer.