summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
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
commitc77f47edac03cf36d9978b7d17422228d620fe10 (patch)
treeebbf702f2c050c2be22bea7949d4eeba043d515e /TAO/performance-tests
parent956b516cc8f5d75704476327c2c17ff5a26f8adc (diff)
downloadATCD-c77f47edac03cf36d9978b7d17422228d620fe10.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Thruput/TAO/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Thruput/TAO/server.cpp b/TAO/performance-tests/Thruput/TAO/server.cpp
index 143ffee23c8..82646c034a0 100644
--- a/TAO/performance-tests/Thruput/TAO/server.cpp
+++ b/TAO/performance-tests/Thruput/TAO/server.cpp
@@ -123,7 +123,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,
env);