瀏覽代碼

Renamed ctkEventBus to ctkEventAdmin according to specs.

Sascha Zelzer 14 年之前
父節點
當前提交
a9049f285f
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      Libs/PluginFramework/service/event/ctkEventAdmin.h

+ 6 - 6
Libs/PluginFramework/service/event/ctkEventAdmin.h

@@ -19,8 +19,8 @@
 
 =============================================================================*/
 
-#ifndef CTKEVENTBUS_H
-#define CTKEVENTBUS_H
+#ifndef CTKEVENTADMIN_H
+#define CTKEVENTADMIN_H
 
 #include "ctkEvent.h"
 
@@ -31,9 +31,9 @@
  * or publish a Qt signal for a specific event topic.
  *
  */
-struct ctkEventBus
+struct ctkEventAdmin
 {
-  virtual ~ctkEventBus() {}
+  virtual ~ctkEventAdmin() {}
 
   /**
    * Initiate asynchronous, ordered delivery of an event. This method returns
@@ -118,6 +118,6 @@ struct ctkEventBus
 };
 
 
-Q_DECLARE_INTERFACE(ctkEventBus, "org.commontk.service.event.EventAdmin")
+Q_DECLARE_INTERFACE(ctkEventAdmin, "org.commontk.service.event.EventAdmin")
 
-#endif // CTKEVENTBUS_H
+#endif // CTKEVENTADMIN_H