diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-15 03:00:52 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-15 03:00:52 +0000 |
commit | fee951cea2abb0770870fb273d21b4cbe06f20d2 (patch) | |
tree | 419f029ad1b04cdecd8147b71e4b992e9e1342dc /ChangeLog-97a | |
parent | d4e30a27d69fe8e2d297688931a15abdac933da8 (diff) | |
download | ATCD-fee951cea2abb0770870fb273d21b4cbe06f20d2.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r-- | ChangeLog-97a | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a index d33584f3705..3f9d358a8aa 100644 --- a/ChangeLog-97a +++ b/ChangeLog-97a @@ -1,4 +1,10 @@ -Wed May 14 15:45:30 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> +Wed May 14 21:52:22 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * ace/UPIPE_Stream.cpp (control): We need to "cast away const" so + that this method can call the Stream's control() method + (which is non-const). Thanks to David Levine for locating this. + + * ace/Singleton.cpp: Finished re-implementing ACE_Singleton. * examples/ASX/Message_Queue/buffer_stream.cpp: Updated this example to illustrate (1) how filters work in an ACE_Stream and |