summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/server-rt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/server-rt.cpp')
-rwxr-xr-xTAO/orbsvcs/examples/FaultTolerance/FLARe/RTCORBA/ClientServer/server-rt.cpp6
1 files 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 ());