summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-07 05:11:39 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-07 05:11:39 +0000
commitee3531d401594016ad9327bb951a307d5d22b995 (patch)
treeebbf702f2c050c2be22bea7949d4eeba043d515e /TAO/examples/Simulator
parentcc6b2062efbb33661be9a7d0bbeecaf878b88e18 (diff)
downloadATCD-ee3531d401594016ad9327bb951a307d5d22b995.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/Simulator')
-rw-r--r--TAO/examples/Simulator/DOVEMIB/svr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simulator/DOVEMIB/svr.cpp b/TAO/examples/Simulator/DOVEMIB/svr.cpp
index 00a7c6847f4..f894464cf9f 100644
--- a/TAO/examples/Simulator/DOVEMIB/svr.cpp
+++ b/TAO/examples/Simulator/DOVEMIB/svr.cpp
@@ -98,7 +98,7 @@ main (int argc, char *argv[])
// We use a different POA, otherwise the user would have to
// change the object key each time it invokes the server.
PortableServer::POA_var good_poa =
- root_poa->create_POA ("RootPOA_is_BAD",
+ root_poa->create_POA ("child_poa",
poa_manager.in (),
policies,
TAO_TRY_ENV);