summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Deployment/Deployment.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/Deployment/Deployment.idl')
-rw-r--r--CIAO/DAnCE/Deployment/Deployment.idl26
1 files changed, 19 insertions, 7 deletions
diff --git a/CIAO/DAnCE/Deployment/Deployment.idl b/CIAO/DAnCE/Deployment/Deployment.idl
index a2acad632f1..949903e0af4 100644
--- a/CIAO/DAnCE/Deployment/Deployment.idl
+++ b/CIAO/DAnCE/Deployment/Deployment.idl
@@ -4,18 +4,30 @@
#define DEPLOYMENT_IDL
module Deployment {
- /*
- * This exception is listed in OMG 07-02-01 but not in 06-04-01 and 06-04-02
- */
+ exception InvalidProperty {
+ string name;
+ string reason;
+ };
+
+ exception InvalidNodeExecParameter {
+ string name;
+ string reason;
+ };
+
+ exception InvalidComponentExecParameter {
+ string name;
+ string reason;
+ };
+
+ exception NoSuchName {
+ };
+
exception LastConfiguration {
};
- /*
- * This exception is listed in OMG 07-02-01 and in the text of 06-04-02 but never
- * used in idl
- */
exception InvalidReference {
};
+ //@! in DOCGroup added 1 additional exception and one structure
};
#endif /* DEPLOYMENT_IDL */