summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-04-03 11:56:19 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-04-03 11:56:19 +0000
commitb80a2f734cf5a2cddaa12b9d3652f8626690b0eb (patch)
tree25c11a5d096134703e1db7f5f6ec028324e101ac
parent67894db12bd577c82f7dd997b408de300322b4bb (diff)
downloadATCD-b80a2f734cf5a2cddaa12b9d3652f8626690b0eb.tar.gz
ChangeLogTag: Tue Apr 3 11:56:17 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tests/Bug_2677_Regression/DllORB.cpp1
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ca3294638d3..012295e8a4c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue Apr 3 11:56:17 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
+
+ * tests/Bug_2677_Regression/DllORB.cpp:
+
+ Removed the call to POAManager::deativate(), it wasn't necessary
+ and caused problems for minimum CORBA and CORBA e compact.
+
Mon Apr 2 18:14:07 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* orbsvcs/tests/ImplRepo/airplane_client_i.cpp:
diff --git a/TAO/tests/Bug_2677_Regression/DllORB.cpp b/TAO/tests/Bug_2677_Regression/DllORB.cpp
index cce9cd2b8be..8374cfd14fd 100644
--- a/TAO/tests/Bug_2677_Regression/DllORB.cpp
+++ b/TAO/tests/Bug_2677_Regression/DllORB.cpp
@@ -137,7 +137,6 @@ DllORB::fini (void)
{
try
{
- mv_poaManager_->deactivate (1, 1);
mv_poaManager_ = PortableServer::POAManager::_nil ();
// attempt to protect against sporadic BAD_INV_ORDER exceptions