From a624e6b27d7865180b0b64b961a879f63c9da02c Mon Sep 17 00:00:00 2001 From: jai Date: Thu, 7 May 2009 21:36:25 +0000 Subject: mods --- .../FaultTolerance/FLARe/RTCORBA/ClientServer/server-rt.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/server-rt.cpp b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/server-rt.cpp index e3e5fca5d95..c41224042d7 100755 --- a/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/server-rt.cpp +++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/server-rt.cpp @@ -335,12 +335,14 @@ Task::svc (void) policies); Worker_i server_impl (this->orb_.in (), - root_poa.in (), + // root_poa.in (), + poa.in (), AppOptions::instance ()->app_id (), agent_, invocations); - result = create_object (root_poa.in (), + result = create_object (poa.in (), + // root_poa.in (), orb_.in (), &server_impl, ior_output.c_str ()); -- cgit v1.2.1