summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-05-03 13:02:45 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-05-03 13:02:45 +0000
commitc2c42a6c79decb5971363adb738f69ae6c8ab24c (patch)
treec67d1ec2a349ec5219b716e213a614074a17ab6e
parent82224b8cc9fc850664b425822b6e859359468f45 (diff)
downloadATCD-c2c42a6c79decb5971363adb738f69ae6c8ab24c.tar.gz
ChangeLogTag: Fri May 3 08:00:55 2002 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-02a7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--docs/tutorials/012/work.h2
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11665d99c4a..a98355bbeb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri May 3 08:00:55 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * docs/tutorials/012/work.h:
+
+ Include ace/Log_Msg.h to get the definition of ACE_DEBUG and
+ related macros.
+
Fri May 3 07:07:31 2002 Chad Elliott <elliott_c@ociweb.com>
* tests/Proactor_Test.cpp:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 11665d99c4a..a98355bbeb5 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Fri May 3 08:00:55 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * docs/tutorials/012/work.h:
+
+ Include ace/Log_Msg.h to get the definition of ACE_DEBUG and
+ related macros.
+
Fri May 3 07:07:31 2002 Chad Elliott <elliott_c@ociweb.com>
* tests/Proactor_Test.cpp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 11665d99c4a..a98355bbeb5 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Fri May 3 08:00:55 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * docs/tutorials/012/work.h:
+
+ Include ace/Log_Msg.h to get the definition of ACE_DEBUG and
+ related macros.
+
Fri May 3 07:07:31 2002 Chad Elliott <elliott_c@ociweb.com>
* tests/Proactor_Test.cpp:
diff --git a/docs/tutorials/012/work.h b/docs/tutorials/012/work.h
index 9523fe80b37..6ee772dede7 100644
--- a/docs/tutorials/012/work.h
+++ b/docs/tutorials/012/work.h
@@ -10,6 +10,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Log_Msg.h"
+
/*
We'll start by defining a basic unit of work that can be put into
the message queue. The threads in the pool will expect to find one