summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp')
-rw-r--r--CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp b/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp
index 95a072969ab..322c596fe53 100644
--- a/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp
+++ b/CIAO/DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp
@@ -52,10 +52,12 @@ namespace CIAO
bool use_repoman,
bool rm_use_naming,
const char *rm_name,
- CORBA::Short priority
+ CORBA::Short priority,
+ size_t niterations
ACE_ENV_ARG_DECL)
{
this->orb_ = CORBA::ORB::_duplicate (orb);
+ this->niterations_ = niterations;
this->desired_priority_ = priority;
CORBA::Object_var obj;