summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/CCM_Enumeration.idl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2007-01-30 16:20:10 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2007-01-30 16:20:10 +0000
commit6151bb4494f9e6acb15532ab00389c3a960f911a (patch)
treebcf9dd4715f15becbf93b47b84c7399afd9987ef /modules/CIAO/ciao/CCM_Enumeration.idl
parentc338034814bae353a4b09ba51d74dc5cf07b94d7 (diff)
downloadATCD-6151bb4494f9e6acb15532ab00389c3a960f911a.tar.gz
branching/tagging
Diffstat (limited to 'modules/CIAO/ciao/CCM_Enumeration.idl')
-rw-r--r--modules/CIAO/ciao/CCM_Enumeration.idl38
1 files changed, 0 insertions, 38 deletions
diff --git a/modules/CIAO/ciao/CCM_Enumeration.idl b/modules/CIAO/ciao/CCM_Enumeration.idl
deleted file mode 100644
index 55d64b68e07..00000000000
--- a/modules/CIAO/ciao/CCM_Enumeration.idl
+++ /dev/null
@@ -1,38 +0,0 @@
-// $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_Component.idl
- */
-
-#if !defined (CCM_ENUMERATION_IDL)
-#define CCM_ENUMERATION_IDL
-
-#include "ciao/CCM_Object.idl"
-
-module Components
-{
- typeprefix Components "omg.org";
-
- /// @@ Enumeration and DefaultEnumeration are only for EJB to CCM
- /// mapping? At any rate, we should be able to skip them for now.
- abstract valuetype Enumeration
- {
- boolean has_more_elements();
- CCMObject next_element();
- };
-
- typedef sequence<CCMObject> CCMObjectSeq;
-
- valuetype DefaultEnumeration : Enumeration
- {
- private CCMObjectSeq objects;
- };
-};
-#endif /* CCM_ENUMERATION_IDL */