summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-11-12 03:22:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-11-12 03:22:56 +0000
commit1e9b6f50d61ebccf8f09ca6eb8a038ccd0a150b7 (patch)
tree47494abdb263b373288fef3577586f8782566b25
parentd207fd036e0d8d601e34a1c811355bb511ec5b01 (diff)
downloadATCD-1e9b6f50d61ebccf8f09ca6eb8a038ccd0a150b7.tar.gz
ChangeLogTag:Mon Nov 11 19:22:05 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h1
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c45613a0cb6..1013b85ae86 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Mon Nov 11 19:22:05 2002 Ossama Othman <ossama@uci.edu>
+
+ * orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h:
+
+ Explicitly include "ace/Hash_Map_Manager_T.h" to pull in
+ ACE_Hash_Map_Manager_Ex template.
+
Mon Nov 11 19:15:42 2002 Ossama Othman <ossama@uci.edu>
* tests/Portable_Interceptors/AMI/AMI.dsw:
@@ -1472,7 +1479,7 @@ Mon Oct 28 19:18:25 2002 Yamuna Krishnamurthy <yamuna@oomworks.com>
Mon Oct 28 17:19:58 2002 Irfan Pyarali <irfan@oomworks.com>
- * tests/POA/MT_Servant_Locator\MT_Servant_Locator.cpp: Fixed
+ * tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp: Fixed
ACE_ENV warnings.
Mon Oct 28 16:55:11 2002 Irfan Pyarali <irfan@oomworks.com>
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
index 59bb6b187fa..c0bde544aef 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
@@ -31,6 +31,7 @@
#include "orbsvcs/CosLoadBalancingC.h"
#include "ace/Array_Base.h"
+#include "ace/Hash_Map_Manager_T.h"
/**