Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2015, 11:51:05 AM (9 years ago)
Author:
landauf
Message:

renamed ScopedSingletonManager to ScopedSingletonWrapper. removed static maps.

File:
1 edited

Legend:

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

    r10419 r10458  
    199199    template <ScopeID::Value>
    200200    class Scope;
    201     template <class, ScopeID::Value>
    202     class ScopedSingleton;
     201    class ScopeManager;
     202    class ScopedSingletonWrapper;
    203203    class SettingsConfigFile;
    204204    template <class T>
Note: See TracChangeset for help on using the changeset viewer.