diff options
author | Steve Huston <shuston@riverace.com> | 1997-11-22 22:17:06 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-11-22 22:17:06 +0000 |
commit | 37b1fa1cf11274eaf6a9d952c1d965db2281a115 (patch) | |
tree | 8aca3f8ed50c4f72b9269176d100cea29fd62b24 /ChangeLog-97b | |
parent | e5bf8162ae6b0b7e458bc0dfa155885dab37f44a (diff) | |
download | ATCD-37b1fa1cf11274eaf6a9d952c1d965db2281a115.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r-- | ChangeLog-97b | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index 7a34bb838ca..ba14ff76fb7 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -11,14 +11,17 @@ Sat Nov 22 14:38:22 1997 Steve Huston <shuston@riverace.com> This fixes Riverace problem ID P32; AIX now joins HP-UX in supporting XTI/TLI, but not everything (problem P27). - * ace/UPIPE_Connector.h: Added meta-type information PEER_ADDR and + * ace/UPIPE_Connector.h: + * ace/TLI_Connector.h: Added meta-type information PEER_ADDR and PEER_STREAM. Fixes Riverace problem ID P37. * apps/JAWS/server/HTTP_Server.cpp: Added 'const' to "char *prog". Fixes Riverace problem P36. - * examples/Connection/misc/test_upipe.cpp: Added 'const' to "char *" - on line 137 - can't initialize a char * with a const string. + * examples/Connection/misc/test_upipe.cpp: + * examples/Connection/non_blocking/CPP-connector.cpp: + Added 'const' to "char * r_addr" - can't initialize a char * with + a const string. Fixes Riverace problem ID P38. Sat Nov 22 05:44:10 1997 Nanbor Wang <nw1@merengue.cs.wustl.edu> |