summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-20 14:03:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-20 14:03:48 +0000
commit904d5143701cde08175afc058b9fb165b7cf734a (patch)
treeecc970d916854595702e772a3f9d0bd31e19e1f1
parentb9233b08b4eb1c33107c9bbd7e15b7257daea00e (diff)
downloadATCD-904d5143701cde08175afc058b9fb165b7cf734a.tar.gz
ChangeLogTag: Fri Aug 20 14:02:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/PortableServer/ORTRework.txt5
-rw-r--r--TAO/tao/PortableServer/POAManager.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/ORTRework.txt b/TAO/tao/PortableServer/ORTRework.txt
index c7cff26297d..0680dfd7f35 100644
--- a/TAO/tao/PortableServer/ORTRework.txt
+++ b/TAO/tao/PortableServer/ORTRework.txt
@@ -1,3 +1,8 @@
+Fri Aug 20 14:02:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/PortableServer/POAManager.cpp:
+ Corrected the variable to be passed
+
Fri Aug 20 13:18:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/MakeProjectCreator/config/portableserver.mpb:
diff --git a/TAO/tao/PortableServer/POAManager.cpp b/TAO/tao/PortableServer/POAManager.cpp
index d1a69a12c5a..3c484a85c23 100644
--- a/TAO/tao/PortableServer/POAManager.cpp
+++ b/TAO/tao/PortableServer/POAManager.cpp
@@ -144,7 +144,7 @@ TAO_POA_Manager::adapter_manager_state_changed (PortableServer::POAManager::Stat
if (ior_adapter)
{
ior_adapter->adapter_manager_state_changed (TAO_POA_Manager::poa_manager_id_,
- state
+ adapter_state
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}