summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CCM_Homes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ccm/CCM_Homes.idl')
-rw-r--r--modules/CIAO/ccm/CCM_Homes.idl19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/CIAO/ccm/CCM_Homes.idl b/modules/CIAO/ccm/CCM_Homes.idl
new file mode 100644
index 00000000000..edeb6ddb11f
--- /dev/null
+++ b/modules/CIAO/ccm/CCM_Homes.idl
@@ -0,0 +1,19 @@
+// $Id$
+/// NOT Compliant with OMG 06-04-01 Section 6.7.6
+
+#if !defined (CCM_HOMES_IDL)
+#define CCM_HOMES_IDL
+
+#include "ccm/CCM_Home.idl"
+
+module Components
+{
+ typeprefix Components "omg.org";
+
+ /**
+ * @@ Added by wotte for continued compatibility with OFCCM
+ */
+ typedef sequence<CCMHome> CCMHomes;
+};
+
+#endif /* CCM_HOMES_IDL */