summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-05-18 10:46:57 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-05-18 10:46:57 +0000
commita10182a368e1a5d662fb0a0943050dec84265253 (patch)
tree444b141d16b37f80e6d43696386cc7374a83b5c4
parent6b8ebe1619924ec71bf4025086aa8974bf2c6a08 (diff)
downloadATCD-a10182a368e1a5d662fb0a0943050dec84265253.tar.gz
ChangeLogTag:Sun May 18 05:42:21 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8266e8769c9..08bb78c0324 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -3,8 +3,8 @@ Sun May 18 05:42:21 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/Sequence_T.i: TAO_Unbounded_Array_Sequence and
TAO_Bounded_Array_Sequence were parametrized by T and
T_var. But the template parameters in the .i file read T
- and T_life. Borland 6 compile doesnt seem to like this throwing
- up a bunch of link errors.
+ and T_life. Borland 6 compiler doesnt seem to like this
+ throwing up a bunch of link errors.
Thanks to Johnny Willemsen for providing this patch.