summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_Base.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/CCM_Base.idl')
-rw-r--r--CIAO/ccm/CCM_Base.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/CIAO/ccm/CCM_Base.idl b/CIAO/ccm/CCM_Base.idl
deleted file mode 100644
index aae57b62235..00000000000
--- a/CIAO/ccm/CCM_Base.idl
+++ /dev/null
@@ -1,14 +0,0 @@
-// Compliant to OMG 06-04-01, section 6.6.8
-
-#if !defined (CCM_BASE_IDL)
-#define CCM_BASE_IDL
-
-module Components
-{
- typeprefix Components "omg.org";
-
- exception InvalidConnection {};
- exception AlreadyConnected {};
- exception NoConnection {};
-};
-#endif /* CCM_BASE_IDL */