Changeset 11012
- Timestamp:
- Jan 2, 2016, 11:15:18 AM (9 years ago)
- Location:
- code/trunk
- Files:
-
- 9 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Core.h
r10624 r11012 45 45 46 46 #include <string> 47 #include <list> 47 48 #include "util/DestructionHelper.h" 48 49 #include "util/Singleton.h" -
code/trunk/src/libraries/core/singleton/ScopeManager.h
r10542 r11012 71 71 void removeListener(ScopeListener* listener, ScopeID::Value scope); 72 72 73 /** Returns all registered listeners for a given scope. */ 74 const std::set<ScopeListener*>& getListeners(ScopeID::Value scope) 75 { return this->listeners_[scope]; } 76 73 77 private: 74 78 void activateListenersForScope(ScopeID::Value scope); -
code/trunk/test/CMakeLists.txt
r10188 r11012 67 67 ADD_SUBDIRECTORY(util) 68 68 ADD_SUBDIRECTORY(core) 69 ADD_SUBDIRECTORY(core_plugin)
Note: See TracChangeset
for help on using the changeset viewer.