summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-05-07 21:36:25 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-05-07 21:36:25 +0000
commita624e6b27d7865180b0b64b961a879f63c9da02c (patch)
tree8837b8024d2d73cd0ea445a202f13ba05eec89ed
parent69db18b74ae99bcd716c0942e6702c5615b53ea4 (diff)
downloadATCD-FLARE_F6.tar.gz
-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 ());