summaryrefslogtreecommitdiff
path: root/CIAO/ciao/CCM_EventBase.idl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-12 20:16:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-12 20:16:07 +0000
commit9d135ce75a92dfc1c457d37a2e4cf9cd86cd8458 (patch)
treea553cffed796c3e465f6f1e151043f21c3b9537a /CIAO/ciao/CCM_EventBase.idl
parent1b1836a32b5ef4d53e339ea791fa2f369b61a9d2 (diff)
downloadATCD-9d135ce75a92dfc1c457d37a2e4cf9cd86cd8458.tar.gz
Tue Dec 12 20:15:57 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'CIAO/ciao/CCM_EventBase.idl')
-rw-r--r--CIAO/ciao/CCM_EventBase.idl25
1 files changed, 25 insertions, 0 deletions
diff --git a/CIAO/ciao/CCM_EventBase.idl b/CIAO/ciao/CCM_EventBase.idl
new file mode 100644
index 00000000000..e97a474802a
--- /dev/null
+++ b/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 */