summaryrefslogtreecommitdiff
path: root/CIAO/ccm/Extended/CCM_BadComponentReference.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/Extended/CCM_BadComponentReference.idl')
-rw-r--r--CIAO/ccm/Extended/CCM_BadComponentReference.idl25
1 files changed, 0 insertions, 25 deletions
diff --git a/CIAO/ccm/Extended/CCM_BadComponentReference.idl b/CIAO/ccm/Extended/CCM_BadComponentReference.idl
deleted file mode 100644
index 4e40bd5319b..00000000000
--- a/CIAO/ccm/Extended/CCM_BadComponentReference.idl
+++ /dev/null
@@ -1,25 +0,0 @@
-/// Compliant with OMG 06-04-01 Section 9.4.2.1
-
-#if !defined (CCM_BADCOMPONENTREFERENCE_IDL)
-#define CCM_BADCOMPONENTREFERENCE_IDL
-
-#if !defined (CCM_LW)
-
-module Components
-{
- typeprefix Components "omg.org";
-
- enum BadComponentReferenceReason
- {
- NON_LOCAL_REFERENCE,
- NON_COMPONENT_REFERENCE,
- WRONG_CONTAINER
- };
- exception BadComponentReference
- {
- BadComponentReferenceReason reason;
- };
-};
-#endif
-
-#endif /* CCM_BADCOMPONENTREFERENCE_IDL */