summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-02-02 09:16:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-02-02 09:16:10 +0000
commitccee89f47bdf73bbc199f875528f0e8ef6165dab (patch)
tree9659e705974b54ed64f4723b248713dcb05a36a8
parente14e9710cfa934c73ac7b8ea19270197154cfb99 (diff)
downloadATCD-ccee89f47bdf73bbc199f875528f0e8ef6165dab.tar.gz
ChangeLogTag: Wed Feb 2 09:14:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 29491f14fc2..0cf138e35c4 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,13 @@
+Wed Feb 2 09:14:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Utilization_Monitor.cpp:
+ Use ACE_OS::strtok instead of strtok directly and replaced usage
+ of NULL with 0
+
+ * orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h:
+ Include SString.h instead of SStringfwd.h to fix compile errors
+ with vc71
+
Tue Feb 1 20:02:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/IFR_Client/IFR_BaseC.cpp: