diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-09 03:13:10 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-09 03:13:10 +0000 |
commit | 3a417fbdfcd74d33dfded1fdf54051970bd923f5 (patch) | |
tree | 8f5b20ab152ee6126266e9169bfbf137cc100732 | |
parent | 3c7bcc0d55ef8fb1972ffc477726b0d9832d71ae (diff) | |
download | ATCD-3a417fbdfcd74d33dfded1fdf54051970bd923f5.tar.gz |
Forgot to update some files, and forgot to reference others in the
changelog entry. Bah!
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 6 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 6 | ||||
-rw-r--r-- | ace/ace_dll.dsp | 4 | ||||
-rw-r--r-- | ace/ace_lib.dsp | 4 |
5 files changed, 18 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog index 1982676b90c..d6fb24d9df5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,12 @@ Thu Feb 8 14:11:36 2001 Darrell Brunsch <brunsch@uci.edu> Removed references to ws2tcpip.h. + * ace/SOCK_Connect.cpp: + + Changed get_ip_interfaces to remove a memory error. Thanks to + Viatcheslav Batenine <slavikb@infra2000.com> for helping out with + this. + * ace/SOCK_Dgram_Mcast.cpp: It looks like the change made on: diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 1982676b90c..d6fb24d9df5 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -22,6 +22,12 @@ Thu Feb 8 14:11:36 2001 Darrell Brunsch <brunsch@uci.edu> Removed references to ws2tcpip.h. + * ace/SOCK_Connect.cpp: + + Changed get_ip_interfaces to remove a memory error. Thanks to + Viatcheslav Batenine <slavikb@infra2000.com> for helping out with + this. + * ace/SOCK_Dgram_Mcast.cpp: It looks like the change made on: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 1982676b90c..d6fb24d9df5 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -22,6 +22,12 @@ Thu Feb 8 14:11:36 2001 Darrell Brunsch <brunsch@uci.edu> Removed references to ws2tcpip.h. + * ace/SOCK_Connect.cpp: + + Changed get_ip_interfaces to remove a memory error. Thanks to + Viatcheslav Batenine <slavikb@infra2000.com> for helping out with + this. + * ace/SOCK_Dgram_Mcast.cpp: It looks like the change made on: diff --git a/ace/ace_dll.dsp b/ace/ace_dll.dsp index e6cdf3f9508..d0c49233a7f 100644 --- a/ace/ace_dll.dsp +++ b/ace/ace_dll.dsp @@ -5319,10 +5319,6 @@ SOURCE=.\WIN32_Proactor.h # End Source File
# Begin Source File
-SOURCE=.\ws2tcpip.h
-# End Source File
-# Begin Source File
-
SOURCE=.\XtReactor.h
# End Source File
# End Group
diff --git a/ace/ace_lib.dsp b/ace/ace_lib.dsp index 52e2df1e32a..0716a63c15e 100644 --- a/ace/ace_lib.dsp +++ b/ace/ace_lib.dsp @@ -5283,10 +5283,6 @@ SOURCE=.\WIN32_Proactor.h # End Source File
# Begin Source File
-SOURCE=.\ws2tcpip.h
-# End Source File
-# Begin Source File
-
SOURCE=.\XtReactor.h
# End Source File
# End Group
|