summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-08-16 16:18:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-08-16 16:18:10 +0000
commit09d60beefa8a22e70a2f389c908a948ab1d9fee8 (patch)
tree9e3f93af42220970e449329f98fdaa31ae4042f5
parent4339f8630d2182dc0c0605ab3ee56476393bfab0 (diff)
downloadATCD-09d60beefa8a22e70a2f389c908a948ab1d9fee8.tar.gz
ChangeLogTag:Fri Aug 16 11:15:49 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--examples/Reactor/Proactor/test_aiosig_ace.cpp2
3 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9638180aca9..645bf0dc125 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Aug 16 11:15:49 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * examples/Reactor/Proactor/test_aiosig_ace.cpp: Added
+ #include "ace/Log_Msg.h" so things will compile. Thanks to
+ Victor Poznyak <VPoznyak@Webley.COM> for reporting this and
+ Alexander Libman <alexl@aurema.com> for suggesting the fix.
+
Thu Aug 15 15:22:49 2002 Nanbor Wang <nanbor@cs.wustl.edu>
* tests/tests.dsw: Re-added Thread_Manager_Test.dsp into this
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 9638180aca9..645bf0dc125 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Fri Aug 16 11:15:49 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * examples/Reactor/Proactor/test_aiosig_ace.cpp: Added
+ #include "ace/Log_Msg.h" so things will compile. Thanks to
+ Victor Poznyak <VPoznyak@Webley.COM> for reporting this and
+ Alexander Libman <alexl@aurema.com> for suggesting the fix.
+
Thu Aug 15 15:22:49 2002 Nanbor Wang <nanbor@cs.wustl.edu>
* tests/tests.dsw: Re-added Thread_Manager_Test.dsp into this
diff --git a/examples/Reactor/Proactor/test_aiosig_ace.cpp b/examples/Reactor/Proactor/test_aiosig_ace.cpp
index 10dd3654451..af88df2f030 100644
--- a/examples/Reactor/Proactor/test_aiosig_ace.cpp
+++ b/examples/Reactor/Proactor/test_aiosig_ace.cpp
@@ -1,4 +1,5 @@
// $Id$
+
// ============================================================================
//
// = FILENAME
@@ -39,6 +40,7 @@
// =====================================================================
#include "ace/Message_Block.h"
+#include "ace/Log_Msg.h"
static ACE_HANDLE file_handle = ACE_INVALID_HANDLE;
static ACE_Message_Block mb1 (BUFSIZ + 1);