From 01112923295d0bca16f4741ae367e30ba2d97db5 Mon Sep 17 00:00:00 2001 From: dhinton Date: Mon, 4 Nov 2002 10:21:42 +0000 Subject: ChangeLogTag:Mon Nov 4 09:28:34 UTC 2002 Don Hinton --- ChangeLog | 6 ++++++ ChangeLogs/ChangeLog-03a | 6 ++++++ ace/SOCK_Dgram.cpp | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f45d5f8910..56da4cba2a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 4 09:28:34 UTC 2002 Don Hinton + + * 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 * tests/Multicast_Test.cpp: 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 + + * 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 * tests/Multicast_Test.cpp: diff --git a/ace/SOCK_Dgram.cpp b/ace/SOCK_Dgram.cpp index 9fe44b094a3..d9814ed508b 100644 --- a/ace/SOCK_Dgram.cpp +++ b/ace/SOCK_Dgram.cpp @@ -27,7 +27,7 @@ ACE_SOCK_Dgram::dump (void) const // returns the number of bytes read. ssize_t -ACE_SOCK_Dgram::recv (iovec io_vec[], +ACE_SOCK_Dgram::recv (iovec *io_vec, ACE_Addr &addr, int flags, const ACE_Time_Value *timeout) const -- cgit v1.2.1