summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-05 19:36:47 +0000
committerjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-05 19:36:47 +0000
commita16f9c8d970c001fc9600a1bb508687c8d165c2d (patch)
tree5bf0f85ec21d4b97b8f11671817445cec3a672cb
parentb11fa286e707abe0f1ec091f097a6c049ca045bc (diff)
downloadATCD-a16f9c8d970c001fc9600a1bb508687c8d165c2d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b6
-rw-r--r--docs/tutorials/002/handler.h4
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 16ca893ded0..1271d611658 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,9 @@
+Mon Oct 5 15:34:41 1998 James CE Johnson <jcej@chiroptera.tragus.org>
+
+ * docs/tutorials/002/handler.h: Added includes for INET_Addr.h,
+ SOCK_Stream.h and Reactor.h. Susan Liebeskind pointed out that
+ AIX gets confused in processing templates if these aren't present.
+
Mon Oct 05 10:02:37 1998 David L. Levine <levine@cs.wustl.edu>
* ace/config-chorus.h: added ACE_LACKS_TRUNCATE. Thanks
diff --git a/docs/tutorials/002/handler.h b/docs/tutorials/002/handler.h
index febbd882fe7..e7796cbb47b 100644
--- a/docs/tutorials/002/handler.h
+++ b/docs/tutorials/002/handler.h
@@ -4,6 +4,10 @@
#ifndef LOGGING_HANDLER_H
#define LOGGING_HANDLER_H
+#include "ace/INET_Addr.h"
+#include "ace/SOCK_Stream.h"
+#include "ace/Reactor.h"
+
/*
Since we used the template to create the acceptor, we don't know if there is a
way to get to the reactor it uses. We'll take the easy way out and grab the