diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-02 01:32:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-02 01:32:22 +0000 |
commit | b7cf66bbb06ea944b33864f6daf731d7e3ca3952 (patch) | |
tree | f342c3435d7effc5b00184d504c9e3c6370aaf21 /ChangeLog-97a | |
parent | 551f6fe36eb9d4dd8f4ab930045385555e1673f0 (diff) | |
download | ATCD-b7cf66bbb06ea944b33864f6daf731d7e3ca3952.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r-- | ChangeLog-97a | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a index c31ff78b9a0..2379a936f92 100644 --- a/ChangeLog-97a +++ b/ChangeLog-97a @@ -1,3 +1,15 @@ +Sun Jun 01 20:29:20 1997 James CE Johnson <jcej@lads.com> + + * ace/IOStream*: + - removed the old 4/5/97 comments + - made operator>>, << on QuotedString a template + + This last makes QuotedString much more functional. As + templated functions, the QuotedString can now be used on + other iostream-type objects. The previous method of + defining the function only for the type of ACE_IOStream + being created was didn't provide this flexibility. + Sat May 31 07:01:22 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * ace/Log_Msg.cpp (open): To avoid handle leaks, we need to |