summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/CCM_HomeExecutorBase.idl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2007-01-30 16:21:25 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2007-01-30 16:21:25 +0000
commitbfa01ec8a88ca4d85707bdf9dd96d9c185156ad7 (patch)
treeb348c80a74129be38f86ba2826630bd92a5da6d2 /modules/CIAO/ciao/CCM_HomeExecutorBase.idl
parent170efa1d7909ae8e312e66fe42012b67e009d958 (diff)
downloadATCD-bfa01ec8a88ca4d85707bdf9dd96d9c185156ad7.tar.gz
branching/tagging
Diffstat (limited to 'modules/CIAO/ciao/CCM_HomeExecutorBase.idl')
-rw-r--r--modules/CIAO/ciao/CCM_HomeExecutorBase.idl27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/CIAO/ciao/CCM_HomeExecutorBase.idl b/modules/CIAO/ciao/CCM_HomeExecutorBase.idl
new file mode 100644
index 00000000000..e1db55b9afc
--- /dev/null
+++ b/modules/CIAO/ciao/CCM_HomeExecutorBase.idl
@@ -0,0 +1,27 @@
+// $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_Container.idl
+ */
+
+//#define CIAO_HAS_IMPORT_KEYWORD
+
+#if !defined (CCM_HOMEEXECUTORBASE_IDL)
+#define CCM_HOMEEXECUTORBASE_IDL
+
+module Components
+{
+ typeprefix Components "omg.org";
+
+ local interface HomeExecutorBase
+ {
+ };
+};
+#endif /* CCM_HOMEEXECUTORBASE_IDL */