summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-19 16:02:07 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-19 16:02:07 +0000
commitf3621c5899a262c1794d354e0978a27ddc9d14b4 (patch)
tree4b825f0f2c9c3ecd542ec6ef50327fd7eacfc8a3 /ChangeLog-99b
parent36765677ca8515096c79d74c184aa086691aa972 (diff)
downloadATCD-f3621c5899a262c1794d354e0978a27ddc9d14b4.tar.gz
Wed May 19 10:52:15 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index d302c87017d..fa8f3d856be 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,7 +1,12 @@
+Wed May 19 10:52:15 1999 Irfan Pyarali <irfan@cs.wustl.edu>
+
+ * examples/DLL/test_dll.cpp (main): Fixed auto pointer use. It
+ was causing "Temporary used for non-const reference" warnings.
+
Wed May 19 10:04:54 1999 Jeff Parsons <parsons@cs.wustl.edu>
* ace/SString.i:
- Changed the default constructor to set rep_ to the
+ Changed the default constructor to set rep_ to the
empty string instead of the null string. Thanks to
Knut Johannessen <knutj@funcom.com> for pointing
this out.