summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-11 20:01:37 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-11 20:01:37 +0000
commit9008bfef4a9a2a3e0aeab17caa1ee25a4cd8c2df (patch)
treefcd83fc1e5af50f2082facfd253cfba231c9f5ea
parentb55369d51a64e5eb9daaa2466a1aa8c0f61d7257 (diff)
downloadATCD-9008bfef4a9a2a3e0aeab17caa1ee25a4cd8c2df.tar.gz
ChangeLogTag:Thu Apr 11 20:04:22 UTC 2002 Don Hinton <dhinton@ieee.org>
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-02a9
-rw-r--r--ChangeLogs/ChangeLog-03a9
-rw-r--r--ace/ARGV.h2
-rw-r--r--ace/Sample_History.cpp1
-rw-r--r--apps/gperf/src/Options.h1
6 files changed, 30 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e241d4c999b..eeb91782428 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Apr 11 20:04:22 UTC 2002 Don Hinton <dhinton@ieee.org>
+
+ * ace/ARGV.h: Rolled back the change and readded ACE.h.
+ Too many error down the line to fix.
+
+ * ace/Sample_History.cpp: Added include of OS.h.
+
+ * apps/apps/gperf/src/Options.h: Added include of OS.h.
+
Thu Apr 11 14:37:09 2002 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/config-win32-common.h: Added ACE_LACKS_PARAM_H.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index e241d4c999b..eeb91782428 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Thu Apr 11 20:04:22 UTC 2002 Don Hinton <dhinton@ieee.org>
+
+ * ace/ARGV.h: Rolled back the change and readded ACE.h.
+ Too many error down the line to fix.
+
+ * ace/Sample_History.cpp: Added include of OS.h.
+
+ * apps/apps/gperf/src/Options.h: Added include of OS.h.
+
Thu Apr 11 14:37:09 2002 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/config-win32-common.h: Added ACE_LACKS_PARAM_H.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index e241d4c999b..eeb91782428 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,12 @@
+Thu Apr 11 20:04:22 UTC 2002 Don Hinton <dhinton@ieee.org>
+
+ * ace/ARGV.h: Rolled back the change and readded ACE.h.
+ Too many error down the line to fix.
+
+ * ace/Sample_History.cpp: Added include of OS.h.
+
+ * apps/apps/gperf/src/Options.h: Added include of OS.h.
+
Thu Apr 11 14:37:09 2002 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/config-win32-common.h: Added ACE_LACKS_PARAM_H.
diff --git a/ace/ARGV.h b/ace/ARGV.h
index 6d29d071e51..613af430fed 100644
--- a/ace/ARGV.h
+++ b/ace/ARGV.h
@@ -15,7 +15,7 @@
#define ACE_ARGUMENT_VECTOR_H
#include "ace/pre.h"
-#include "ace/config-all.h"
+#include "ace/ACE.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
diff --git a/ace/Sample_History.cpp b/ace/Sample_History.cpp
index f6c08c55afe..38bc4507776 100644
--- a/ace/Sample_History.cpp
+++ b/ace/Sample_History.cpp
@@ -3,6 +3,7 @@
#include "ace/Sample_History.h"
#include "ace/Basic_Stats.h"
#include "ace/Log_Msg.h"
+#include "ace/OS.h"
#if !defined (__ACE_INLINE__)
#include "ace/Sample_History.inl"
diff --git a/apps/gperf/src/Options.h b/apps/gperf/src/Options.h
index 783c1304663..bc737b0cd6e 100644
--- a/apps/gperf/src/Options.h
+++ b/apps/gperf/src/Options.h
@@ -25,6 +25,7 @@
#define OPTIONS_H
#include "ace/Log_Msg.h"
+#include "ace/OS.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once