summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-21 23:38:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-21 23:38:53 +0000
commit59d91e16a7e0a884ccdcdf93f08d57b73fa1c24b (patch)
treeec60f6f382bd5ca2d1ced5ee08ce2d3d23cca988
parent571ec23b8aabf3b6e8ff37b0fa2b7240d64e1cff (diff)
downloadATCD-59d91e16a7e0a884ccdcdf93f08d57b73fa1c24b.tar.gz
ChangeLogTag:Thu Jun 21 13:57:09 2001 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLogs/ChangeLog-02a3
-rw-r--r--ChangeLogs/ChangeLog-03a3
-rw-r--r--THANKS2
-rw-r--r--ace/Free_List.h2
5 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index e66530de706..c82a64b6af1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,7 +27,8 @@ Thu Jun 21 08:00:01 2001 Chad Elliott <elliott_c@ociweb.com>
Moved #include "ace/Connector.h" to be after #include
"ace/SOCK_Connector.h" to fix compile error on AIX, Visual
- Age C++ 5.
+ Age C++ 5. Thanks to David Sperry <sperryd@res.raytheon.com>
+ for reporting this.
* apps/JAWS/server/Makefile:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index e66530de706..c82a64b6af1 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -27,7 +27,8 @@ Thu Jun 21 08:00:01 2001 Chad Elliott <elliott_c@ociweb.com>
Moved #include "ace/Connector.h" to be after #include
"ace/SOCK_Connector.h" to fix compile error on AIX, Visual
- Age C++ 5.
+ Age C++ 5. Thanks to David Sperry <sperryd@res.raytheon.com>
+ for reporting this.
* apps/JAWS/server/Makefile:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index e66530de706..c82a64b6af1 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -27,7 +27,8 @@ Thu Jun 21 08:00:01 2001 Chad Elliott <elliott_c@ociweb.com>
Moved #include "ace/Connector.h" to be after #include
"ace/SOCK_Connector.h" to fix compile error on AIX, Visual
- Age C++ 5.
+ Age C++ 5. Thanks to David Sperry <sperryd@res.raytheon.com>
+ for reporting this.
* apps/JAWS/server/Makefile:
diff --git a/THANKS b/THANKS
index db8a7b2977d..f7ce5508e1d 100644
--- a/THANKS
+++ b/THANKS
@@ -1266,6 +1266,8 @@ Ophir Bleiberg <ophir@personeta.com>
Allen Kelly <akelly@postx.com>
Victor Pitchouc <pitchouc@tlsoft.ru>
Srikanth Vedire <srvedire@yahoo.com>
+J Shane Culpepper <pepper@channelogics.com>
+Benn Howard <Benn_Howard@raytheon.com>
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/Free_List.h b/ace/Free_List.h
index dbde47da788..339cc9b9200 100644
--- a/ace/Free_List.h
+++ b/ace/Free_List.h
@@ -1,6 +1,5 @@
/* -*- C++ -*- */
-
//=============================================================================
/**
* @file Free_List.h
@@ -11,7 +10,6 @@
*/
//=============================================================================
-
#ifndef ACE_FREE_LIST_H
#define ACE_FREE_LIST_H
#include "ace/pre.h"