summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp')
-rw-r--r--modules/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp b/modules/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp
index 0afb5fa3935..d6e6c8bebb0 100644
--- a/modules/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp
+++ b/modules/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp
@@ -31,6 +31,9 @@ DAnCE_Plan_Launcher_Module::create_object (CORBA::ORB_ptr orb,
Plan_Launcher_Impl pl (orb, argc, argv);
pl.execute();
}
+ catch (const Plan_Launcher_Base_Impl::Help_Issued& )
+ {
+ }
catch (const Plan_Launcher_Base_Impl::Deployment_Failure& e)
{
DANCE_ERROR ((LM_ERROR, DLINFO "DAnCE_Plan_Launcher_Module::create_object - "