summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2009-07-06 13:54:31 +0000
committermsmit <msmit@remedy.nl>2009-07-06 13:54:31 +0000
commitae4890a977c1c0741438080a6f621c0a433f32df (patch)
treef8ad142363702706cc3d9767740cd5987abf0c65 /modules/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp
parent88ef4898f05d2a25f76918705144cbe54c158247 (diff)
downloadATCD-ae4890a977c1c0741438080a6f621c0a433f32df.tar.gz
Mon Jul 6 13:47:09 UTC 2009 Marcel Smit <msmit@remedy.nl>
* DAnCE/Deployment/Module_Main.h: No error message when ORB couldn't start. This should be clear when reading the previous (error) messages. * DAnCE/NodeManager/Node_Manager_Module.cpp: * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.h: * DAnCE/Plan_Launcher/Plan_Launcher_Base_Impl.cpp: * DAnCE/Plan_Launcher/Plan_Launcher_Module.cpp: * DAnCE/RepositoryManager/Repository_Manager_Module.cpp: * DAnCE/RepositoryManager/repository_manager_admin_exec.cpp: Displaying help message without any other (error) messages. * DAnCE/TargetManager/Target_Manager_Module.cpp: Displaying help message without any other (error) messages. Also checked parsed command line options.
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 - "