- Timestamp:
- Jan 2, 2016, 11:15:18 AM (10 years ago)
- Location:
- code/trunk
- Files:
-
- 9 added
- 3 edited
-
src/libraries/core/Core.h (modified) (1 diff)
-
src/libraries/core/singleton/ScopeManager.h (modified) (1 diff)
-
test/CMakeLists.txt (modified) (1 diff)
-
test/core_plugin (added)
-
test/core_plugin/CMakeLists.txt (added)
-
test/core_plugin/PluginTest.cc (added)
-
test/core_plugin/Testclass.cc (added)
-
test/core_plugin/Testclass.h (added)
-
test/core_plugin/Testcommandlineargument.cc (added)
-
test/core_plugin/Testconsolecommand.cc (added)
-
test/core_plugin/Testsingleton.cc (added)
-
test/core_plugin/Testsingleton.h (added)
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.










