Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2015, 10:22:59 AM (9 years ago)
Author:
landauf
Message:

don't store scope in ScopeListener - instead register the listener in ScopeManager for a specific scope

File:
1 edited

Legend:

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

    r10513 r10514  
    6565
    6666            /** Registers a listener for the given scope. */
    67             void addListener(ScopeListener* listener);
     67            void addListener(ScopeListener* listener, ScopeID::Value scope);
    6868            /** Unregisters a listener for the given scope. */
    69             void removeListener(ScopeListener* listener);
     69            void removeListener(ScopeListener* listener, ScopeID::Value scope);
    7070
    7171        private:
Note: See TracChangeset for help on using the changeset viewer.