summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h')
-rw-r--r--CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h b/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h
index 2212c00333f..72d46ce68cf 100644
--- a/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h
+++ b/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.h
@@ -53,25 +53,21 @@ namespace CIAO
const char * launch_plan (const char *deployment_plan_uri,
const char *package_uri = 0,
bool use_package_name = true,
- bool use_repoman = false)
- ACE_THROW_SPEC ((Deployment_Failure));
+ bool use_repoman = false);
const char * re_launch_plan (const char *deployment_plan_uri,
const char *package_uri = 0,
bool use_package_name = true,
- bool use_repoman = false)
- ACE_THROW_SPEC ((Deployment_Failure));
+ bool use_repoman = false);
/**
* @brief Launch a plan, given an IDL deployment plan
* @param plan A valid IDL deployment plan
* @returns a string containing the UUID of the plan. Null indicates failure.
*/
- const char * launch_plan (const ::Deployment::DeploymentPlan &plan)
- ACE_THROW_SPEC ((Deployment_Failure));
+ const char * launch_plan (const ::Deployment::DeploymentPlan &plan);
- const char * re_launch_plan (const ::Deployment::DeploymentPlan &plan)
- ACE_THROW_SPEC ((Deployment_Failure));
+ const char * re_launch_plan (const ::Deployment::DeploymentPlan &plan);
/// Returns the DAM associated with a given plan URI
::Deployment::DomainApplicationManager_ptr get_dam (const char *uuid);