summaryrefslogtreecommitdiff
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
parentcc6b2062efbb33661be9a7d0bbeecaf878b88e18 (diff)
downloadATCD-ee3531d401594016ad9327bb951a307d5d22b995.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c9
-rw-r--r--TAO/examples/Simulator/DOVEMIB/svr.cpp2
-rw-r--r--TAO/performance-tests/Thruput/TAO/server.cpp2
-rw-r--r--TAO/tests/Param_Test/server.cpp2
4 files changed, 12 insertions, 3 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index bfa8c8381f0..92d5de68f21 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,12 @@
+Wed Oct 07 00:07:43 1998 Irfan Pyarali <irfan@cs.wustl.edu>
+
+ * tests/Param_Test/server.cpp:
+ * performance-tests/Thruput/TAO/server.cpp:
+ * orbsvcs/tests/Simulator/DOVEMIB/svr.cpp:
+
+ Changed "RootPOA_is_BAD" to "child_poa". It was sending
+ negative POA vibes ;-)
+
Tue Oct 06 22:49:27 1998 Irfan Pyarali <irfan@cs.wustl.edu>
* tao/Connect.cpp (handle_close): Replaced this->shutdown() with
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);
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);
diff --git a/TAO/tests/Param_Test/server.cpp b/TAO/tests/Param_Test/server.cpp
index fd7ec855ac6..e5d97ab8cd7 100644
--- a/TAO/tests/Param_Test/server.cpp
+++ b/TAO/tests/Param_Test/server.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 =
- oa_ptr->create_POA ("RootPOA_is_BAD",
+ oa_ptr->create_POA ("child_poa",
poa_manager.in (),
policies,
TAO_TRY_ENV);