summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Deployment/Deployment_ApplicationManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/Deployment/Deployment_ApplicationManager.idl')
-rw-r--r--CIAO/DAnCE/Deployment/Deployment_ApplicationManager.idl15
1 files changed, 0 insertions, 15 deletions
diff --git a/CIAO/DAnCE/Deployment/Deployment_ApplicationManager.idl b/CIAO/DAnCE/Deployment/Deployment_ApplicationManager.idl
index ed5eab97c08..215eb31f603 100644
--- a/CIAO/DAnCE/Deployment/Deployment_ApplicationManager.idl
+++ b/CIAO/DAnCE/Deployment/Deployment_ApplicationManager.idl
@@ -18,21 +18,6 @@ module Deployment {
string resourceName;
};
- exception InvalidNodeExecParameter {
- string name;
- string reason;
- };
-
- exception InvalidComponentExecParameter {
- string name;
- string reason;
- };
-
- exception InvalidProperty {
- string name;
- string reason;
- };
-
interface ApplicationManager {
Application startLaunch (in Properties configProperty,
out Connections providedReference)