summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/FTComponents/FTClient_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/CIAO/FTComponents/FTClient_exec.cpp')
-rw-r--r--CIAO/DAnCE/tests/CIAO/FTComponents/FTClient_exec.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/CIAO/DAnCE/tests/CIAO/FTComponents/FTClient_exec.cpp b/CIAO/DAnCE/tests/CIAO/FTComponents/FTClient_exec.cpp
index 69866151ab4..62f1d17c861 100644
--- a/CIAO/DAnCE/tests/CIAO/FTComponents/FTClient_exec.cpp
+++ b/CIAO/DAnCE/tests/CIAO/FTComponents/FTClient_exec.cpp
@@ -53,6 +53,7 @@ namespace CIDL_FTClient_Impl
void
FTClient_exec_i::start (const char * prefix)
{
+ std::cout << "FTClient_exec_i::start ()\n" ;
CIAO_TRACE ("FTClient_exec_i::start ()");
if (!started_)
@@ -236,6 +237,11 @@ namespace CIDL_FTClient_Impl
file << orb_->object_to_string (ref.in ());
file.flush ();
file.close ();
+
+ Name_Helper_T <ReplicationManager> rmh (orb_.in ());
+ timeout_handler_.set_replication_manager(rmh.resolve
+ ("ReplicationManager"));
+ timeout_handler_.set_server_name(this->name_.c_str());
}
void