Browse Source

Moved event bus interfaces to service/event/

Sascha Zelzer 14 years ago
parent
commit
60ecf93c54

+ 4 - 5
Libs/PluginFramework/CMakeLists.txt

@@ -79,11 +79,6 @@ SET(KIT_SRCS
   ctkVersionRange.cpp
   ctkVersionRange_p.h
 
-  # EventBus sources
-  EventBus/ctkEvent.cpp
-  EventBus/ctkEventBus.h
-  EventBus/ctkEventConstants.cpp
-
   # Services
   service/cm/ctkConfiguration.cpp
   service/cm/ctkConfigurationAdmin.cpp
@@ -94,6 +89,10 @@ SET(KIT_SRCS
   service/cm/ctkManagedService.h
   service/cm/ctkManagedServiceFactory.h
 
+  service/event/ctkEvent.cpp
+  service/event/ctkEventBus.h
+  service/event/ctkEventConstants.cpp
+
   service/log/ctkLogEntry.h
   service/log/ctkLogListener.h
   service/log/ctkLogReaderService.h

Libs/PluginFramework/EventBus/ctkEvent.cpp → Libs/PluginFramework/service/event/ctkEvent.cpp


Libs/PluginFramework/EventBus/ctkEvent.h → Libs/PluginFramework/service/event/ctkEvent.h


Libs/PluginFramework/EventBus/ctkEventBus.h → Libs/PluginFramework/service/event/ctkEventBus.h


Libs/PluginFramework/EventBus/ctkEventConstants.cpp → Libs/PluginFramework/service/event/ctkEventConstants.cpp


Libs/PluginFramework/EventBus/ctkEventConstants.h → Libs/PluginFramework/service/event/ctkEventConstants.h