summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-03a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-03a')
-rw-r--r--ChangeLogs/ChangeLog-03a6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 0f45d5f8910..56da4cba2a2 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Mon Nov 4 09:28:34 UTC 2002 Don Hinton <dhinton@ieee.org>
+
+ * ace/SOCK_Dgram.cpp (recv): Corrected method signature in .cpp to
+ match the one in the .h. The .h version specified iovec*, but
+ the .cpp had iovec[] which confused doxygen. This fixes bug [1353].
+
Sun Nov 3 19:41:30 UTC 2002 Don Hinton <dhinton@ieee.org>
* tests/Multicast_Test.cpp: