summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_Enumeration.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/CCM_Enumeration.idl')
-rw-r--r--CIAO/ccm/CCM_Enumeration.idl28
1 files changed, 0 insertions, 28 deletions
diff --git a/CIAO/ccm/CCM_Enumeration.idl b/CIAO/ccm/CCM_Enumeration.idl
deleted file mode 100644
index 00b7416e3a5..00000000000
--- a/CIAO/ccm/CCM_Enumeration.idl
+++ /dev/null
@@ -1,28 +0,0 @@
-/// Compliant with OMG 06-04-01 Section 10.3.1.2
-
-#if !defined (CCM_ENUMERATION_IDL)
-#define CCM_ENUMERATION_IDL
-
-#if !defined (CCM_LW)
-
-#include "ccm/CCM_Object.idl"
-
-module Components
-{
- typeprefix Components "omg.org";
-
- abstract valuetype Enumeration
- {
- boolean has_more_elements();
- CCMObject next_element();
- };
-
- valuetype DefaultEnumeration : Enumeration
- {
- private CCMObjectSeq objects;
- };
-};
-
-#endif
-
-#endif /* CCM_ENUMERATION_IDL */