Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2015, 11:19:15 PM (9 years ago)
Author:
landauf
Message:

StaticallyInitializedScopedSingletonWrapper registers ScopedSingletonWrapper in ScopeManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.h

    r10459 r10460  
    8383            StaticallyInitializedScopedSingletonWrapper(ScopedSingletonWrapper* wrapper) : wrapper_(wrapper) {}
    8484
    85             virtual void load() {}
    86             virtual void unload() {}
     85            virtual void load();
     86            virtual void unload();
    8787
    8888            inline ScopedSingletonWrapper& getWrapper()
Note: See TracChangeset for help on using the changeset viewer.