summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/CCM_EventBase.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ciao/CCM_EventBase.idl')
-rw-r--r--modules/CIAO/ciao/CCM_EventBase.idl25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/CIAO/ciao/CCM_EventBase.idl b/modules/CIAO/ciao/CCM_EventBase.idl
new file mode 100644
index 00000000000..e97a474802a
--- /dev/null
+++ b/modules/CIAO/ciao/CCM_EventBase.idl
@@ -0,0 +1,25 @@
+// $Id$
+
+/**
+ * @@ Compile this file with:
+ *
+ * tao_idl -Gv -I ../.. -I ../../orbsvcs/orbsvcs \
+ * -Wb,export_macro=CIAO_Export \
+ * -Wb,export_include=CIAO_export.h \
+ * -Wb,pre_include="ace/pre.h" \
+ * -Wb,post_include="ace/post.h" \
+ * CCM_Event.idl
+ */
+
+//#define CIAO_HAS_IMPORT_KEYWORD
+
+#if !defined (CCM_EVENTBASE_IDL)
+#define CCM_EVENTBASE_IDL
+
+module Components
+{
+ typeprefix Components "omg.org";
+
+ abstract valuetype EventBase {};
+};
+#endif /* CCM_EVENTBASE_IDL */