From b37cc20893462928f6a3c09b6aefd53bbe6bcd95 Mon Sep 17 00:00:00 2001 From: nanbor Date: Mon, 13 May 2002 15:20:16 +0000 Subject: ChangeLogTag:Mon May 13 10:19:48 2002 Nanbor Wang --- ChangeLog | 8 ++++++-- ChangeLogs/ChangeLog-02a | 8 ++++++-- ChangeLogs/ChangeLog-03a | 8 ++++++-- ace/Message_Block.cpp | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6011f81da3a..e1e846be293 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon May 13 10:19:48 2002 Nanbor Wang + + * ace/Message_Block.cpp: Fixed a fuzz warning. + Mon May 13 08:36:38 2002 Alex Libman * tests/Proactor_Test.cpp: @@ -10,11 +14,11 @@ Mon May 13 08:36:38 2002 Alex Libman sent/recv and the number of read/write operations. This allows to see distribution of I/O operations between handlers. Would be useful for Proactor's future improvements. - + Impoved scatter/gather branch under Win32. Instead of splitting one message into 3 small blocks we now send them as a chain. This helps to improve performance. - + Mon May 13 07:33:43 2002 Chad Elliott * ACEXML/examples/SAXPrint/main.cpp: diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 6011f81da3a..e1e846be293 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,7 @@ +Mon May 13 10:19:48 2002 Nanbor Wang + + * ace/Message_Block.cpp: Fixed a fuzz warning. + Mon May 13 08:36:38 2002 Alex Libman * tests/Proactor_Test.cpp: @@ -10,11 +14,11 @@ Mon May 13 08:36:38 2002 Alex Libman sent/recv and the number of read/write operations. This allows to see distribution of I/O operations between handlers. Would be useful for Proactor's future improvements. - + Impoved scatter/gather branch under Win32. Instead of splitting one message into 3 small blocks we now send them as a chain. This helps to improve performance. - + Mon May 13 07:33:43 2002 Chad Elliott * ACEXML/examples/SAXPrint/main.cpp: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 6011f81da3a..e1e846be293 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,7 @@ +Mon May 13 10:19:48 2002 Nanbor Wang + + * ace/Message_Block.cpp: Fixed a fuzz warning. + Mon May 13 08:36:38 2002 Alex Libman * tests/Proactor_Test.cpp: @@ -10,11 +14,11 @@ Mon May 13 08:36:38 2002 Alex Libman sent/recv and the number of read/write operations. This allows to see distribution of I/O operations between handlers. Would be useful for Proactor's future improvements. - + Impoved scatter/gather branch under Win32. Instead of splitting one message into 3 small blocks we now send them as a chain. This helps to improve performance. - + Mon May 13 07:33:43 2002 Chad Elliott * ACEXML/examples/SAXPrint/main.cpp: diff --git a/ace/Message_Block.cpp b/ace/Message_Block.cpp index 45b23a7197a..290c1a57256 100644 --- a/ace/Message_Block.cpp +++ b/ace/Message_Block.cpp @@ -223,7 +223,7 @@ void ACE_Message_Block::total_size_and_length (size_t &mb_size, size_t &mb_length) const { - ACE_TRACE ("ACE_Message_Block::total_size"); + ACE_TRACE ("ACE_Message_Block::total_size_and_length"); for (const ACE_Message_Block *i = this; i != 0; -- cgit v1.2.1