summaryrefslogtreecommitdiff
path: root/ciao_core_2/CIAO/ciao/Deployment_ApplicationManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ciao_core_2/CIAO/ciao/Deployment_ApplicationManager.idl')
-rw-r--r--ciao_core_2/CIAO/ciao/Deployment_ApplicationManager.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/ciao_core_2/CIAO/ciao/Deployment_ApplicationManager.idl b/ciao_core_2/CIAO/ciao/Deployment_ApplicationManager.idl
index 98fe247f2f9..f676a91640d 100644
--- a/ciao_core_2/CIAO/ciao/Deployment_ApplicationManager.idl
+++ b/ciao_core_2/CIAO/ciao/Deployment_ApplicationManager.idl
@@ -16,10 +16,12 @@ module Deployment {
interface ApplicationManager {
/// @todo Spec mentions another few exceptions in the raises cluase
+ // @@changed
Application startLaunch (in Properties configProperty,
out Connections providedReference,
in boolean start)
- raises (ResourceNotAvailable, StartError, InvalidProperty);
+ raises (ResourceNotAvailable, StartError, InvalidProperty,
+ InvalidNodeExecParameter, InvalidComponentExecParameter);
void destroyApplication (in Application app)
raises (StopError);
};