summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/Deployment.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/Deployment.idl')
-rw-r--r--TAO/CIAO/ciao/Deployment.idl5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/CIAO/ciao/Deployment.idl b/TAO/CIAO/ciao/Deployment.idl
index d7a121e17cd..9ef7d45f3e9 100644
--- a/TAO/CIAO/ciao/Deployment.idl
+++ b/TAO/CIAO/ciao/Deployment.idl
@@ -71,6 +71,7 @@ module Deployment {
UnknownImplId,
ImplEntryPointNotFound,
InvalidConnection,
+ InvalidProperty,
::Components::RemoveFailure);
};
@@ -89,10 +90,12 @@ module Deployment {
// "perform_redeployment" operation defined on DAM and NA
// are implementaion details within DAnCE.
void perform_redeployment (in DeploymentPlan new_plan)
- raises (InstallationFailure,
+ raises (PlanError,
+ InstallationFailure,
UnknownImplId,
ImplEntryPointNotFound,
InvalidConnection,
+ InvalidProperty,
::Components::RemoveFailure);
};