summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--ChangeLogs/ChangeLog-02a15
-rw-r--r--ChangeLogs/ChangeLog-03a15
-rw-r--r--THANKS2
-rw-r--r--ace/Strategies_T.h1
-rw-r--r--ace/config-win32-mingw.h2
-rw-r--r--tests/Logging_Strategy_Test.cpp2
-rw-r--r--tests/Message_Queue_Test_Ex.cpp10
8 files changed, 53 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index d0ae31679b8..efffd79ea72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Sat Dec 15 09:30:31 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * tests/Message_Queue_Test_Ex.cpp (main): Fixed a minor bug
+ by removing the size-hint from the call to User_Class. Thanks
+ to Venkita Subramonian <venkita@cs.wustl.edu> for reporting
+ this.
+
+ * ace/config-win32-mingw.h. Added #define ACE_HAS_BROKEN_SAP_ANY
+ so that it'll compile on MinGW32. Thanks to Ben Flight
+ <ben.flight@wanadoo.fr> for reporting this.
+
+ * tests/Logging_Strategy_Test.cpp: include ace/Logging_Strategy.h
+ rather than ace/Logging_Strategy.cpp. Thanks to Mike Connors
+ <mike.connors@ghs.com> for reporting this.
+
Sat Dec 15 16:20:28 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/ace_os_dll.vcp: Added the files OS_QoS.{h,cpp}.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index d0ae31679b8..efffd79ea72 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,18 @@
+Sat Dec 15 09:30:31 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * tests/Message_Queue_Test_Ex.cpp (main): Fixed a minor bug
+ by removing the size-hint from the call to User_Class. Thanks
+ to Venkita Subramonian <venkita@cs.wustl.edu> for reporting
+ this.
+
+ * ace/config-win32-mingw.h. Added #define ACE_HAS_BROKEN_SAP_ANY
+ so that it'll compile on MinGW32. Thanks to Ben Flight
+ <ben.flight@wanadoo.fr> for reporting this.
+
+ * tests/Logging_Strategy_Test.cpp: include ace/Logging_Strategy.h
+ rather than ace/Logging_Strategy.cpp. Thanks to Mike Connors
+ <mike.connors@ghs.com> for reporting this.
+
Sat Dec 15 16:20:28 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/ace_os_dll.vcp: Added the files OS_QoS.{h,cpp}.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index d0ae31679b8..efffd79ea72 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,18 @@
+Sat Dec 15 09:30:31 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * tests/Message_Queue_Test_Ex.cpp (main): Fixed a minor bug
+ by removing the size-hint from the call to User_Class. Thanks
+ to Venkita Subramonian <venkita@cs.wustl.edu> for reporting
+ this.
+
+ * ace/config-win32-mingw.h. Added #define ACE_HAS_BROKEN_SAP_ANY
+ so that it'll compile on MinGW32. Thanks to Ben Flight
+ <ben.flight@wanadoo.fr> for reporting this.
+
+ * tests/Logging_Strategy_Test.cpp: include ace/Logging_Strategy.h
+ rather than ace/Logging_Strategy.cpp. Thanks to Mike Connors
+ <mike.connors@ghs.com> for reporting this.
+
Sat Dec 15 16:20:28 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/ace_os_dll.vcp: Added the files OS_QoS.{h,cpp}.
diff --git a/THANKS b/THANKS
index 076eeb5e412..ae8d302288d 100644
--- a/THANKS
+++ b/THANKS
@@ -1390,6 +1390,8 @@ Charles Meidinger <Charles.Meidinger@MSFC.NASA.GOV>
Petr Tuma <petr.tuma@mff.cuni.cz>
Greg Burley <Burley@tabq.com.au>
Marvin Greenberg <mgreenberg@dctd.saic.com>
+Mike Connors <mike.connors@ghs.com>
+Ben Flight <ben.flight@wanadoo.fr>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile
diff --git a/ace/Strategies_T.h b/ace/Strategies_T.h
index b3ac4159d82..4c9c327cffa 100644
--- a/ace/Strategies_T.h
+++ b/ace/Strategies_T.h
@@ -16,7 +16,6 @@
#include "ace/Hash_Map_Manager.h"
-
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
diff --git a/ace/config-win32-mingw.h b/ace/config-win32-mingw.h
index b18af0d49ac..e655efc3735 100644
--- a/ace/config-win32-mingw.h
+++ b/ace/config-win32-mingw.h
@@ -18,6 +18,8 @@
#define ACE_CC_PREPROCESSOR "cpp"
#define ACE_CC_PREPROCESOR_ARGS ""
+#define ACE_HAS_BROKEN_SAP_ANY
+
// Why all this is not in config-g++-common.h?
#define ACE_CC_MAJOR_VERSION __GNUC__
#define ACE_CC_MINOR_VERSION __GNUC_MINOR__
diff --git a/tests/Logging_Strategy_Test.cpp b/tests/Logging_Strategy_Test.cpp
index 300df509913..0531acded2a 100644
--- a/tests/Logging_Strategy_Test.cpp
+++ b/tests/Logging_Strategy_Test.cpp
@@ -40,7 +40,7 @@
#if defined (ACE_AS_STATIC_LIBS) || \
(!defined (ACE_WIN32) && !defined (ACE_HAS_SVR4_DYNAMIC_LINKING) && \
!defined (__hpux))
-#include "ace/Logging_Strategy.cpp"
+#include "ace/Logging_Strategy.h"
#endif
#include "ace/Auto_Ptr.cpp"
diff --git a/tests/Message_Queue_Test_Ex.cpp b/tests/Message_Queue_Test_Ex.cpp
index 989dd6394c3..dfc365be7c6 100644
--- a/tests/Message_Queue_Test_Ex.cpp
+++ b/tests/Message_Queue_Test_Ex.cpp
@@ -114,8 +114,7 @@ single_thread_performance_test (void)
for (i = 0; i < max_messages; ++i)
ACE_NEW_RETURN (send_block[i],
- User_Class (test_message,
- MAX_MESSAGE_SIZE),
+ User_Class (test_message),
-1);
UserBlock **receive_block_p = 0;
@@ -251,8 +250,7 @@ performance_test (void)
for (i = 0; i < max_messages; ++i)
ACE_NEW_RETURN (send_block[i],
- User_Class (test_message,
- MAX_MESSAGE_SIZE),
+ User_Class (test_message),
-1);
queue_wrapper.send_block_ = send_block;
@@ -321,7 +319,7 @@ main (int argc, ACE_TCHAR *argv[])
}
else {
User_Class *b;
- ACE_Time_Value tv (ACE_OS::gettimeofday()); // Now
+ ACE_Time_Value tv (ACE_OS::gettimeofday ()); // Now
if (q1.dequeue_head (b, &tv) != -1) {
ACE_ERROR ((LM_ERROR, ACE_TEXT ("Dequeued from empty queue!\n")));
status = 1;
@@ -339,11 +337,9 @@ main (int argc, ACE_TCHAR *argv[])
#if !defined (VXWORKS)
#endif /* ! VXWORKS */
-
ACE_NEW_RETURN (timer,
ACE_High_Res_Timer,
-1);
-
#if defined (ACE_HAS_THREADS)
if (status == 0)
single_thread_performance_test ();