summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_CCMException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ccm/CCM_CCMException.idl')
-rw-r--r--CIAO/ccm/CCM_CCMException.idl30
1 files changed, 0 insertions, 30 deletions
diff --git a/CIAO/ccm/CCM_CCMException.idl b/CIAO/ccm/CCM_CCMException.idl
deleted file mode 100644
index 5068f55cb90..00000000000
--- a/CIAO/ccm/CCM_CCMException.idl
+++ /dev/null
@@ -1,30 +0,0 @@
-// Compliant to OMG 06-04-01, section 9.3.3.2
-
-#if !defined (CCM_CCMEXCEPTION_IDL)
-#define CCM_CCMEXCEPTION_IDL
-
-module Components
-{
- typeprefix Components "omg.org";
-
- enum CCMExceptionReason
- {
- SYSTEM_ERROR,
- CREATE_ERROR,
- REMOVE_ERROR,
- DUPLICATE_KEY,
- FIND_ERROR,
- OBJECT_NOT_FOUND,
- NO_SUCH_ENTITY,
- // Coming from QoS4CCM
- QOS_ERROR,
- REGISTRATION_ERROR,
- SERVICE_INSTALLATION_ERROR
- };
-
- exception CCMException
- {
- CCMExceptionReason reason;
- };
-};
-#endif /* CCM_CCMEXCEPTION_IDL */