summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 22:23:40 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 22:23:40 +0000
commit3f950a0e04c5d1b0b644a768625cd7c3f563fda2 (patch)
tree980849c7615b2ec092ddb9cd0e2d82dcbcb94e8a
parent043687556a57f0f9af4bc4db0069311ffc130f9c (diff)
downloadATCD-3f950a0e04c5d1b0b644a768625cd7c3f563fda2.tar.gz
ChangeLogTag:Thu May 25 15:19:14 2000 Darrell Brunsch <brunsch@uci.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-02a7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--ace/OS_String.h4
4 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4476c654272..5be4b0779a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu May 25 15:19:14 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * ace/OS_String.cpp:
+
+ Added an include for stddef.h, since we use size_t here. Also
+ moved the OS_Export.h include after the #pragma once stuff.
+
Thu May 25 12:26:36 2000 Joe Hoffert <joeh@cs.wustl.edu>
* examples/IPC_SAP/ATM_SAP/Makefile:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 4476c654272..5be4b0779a2 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Thu May 25 15:19:14 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * ace/OS_String.cpp:
+
+ Added an include for stddef.h, since we use size_t here. Also
+ moved the OS_Export.h include after the #pragma once stuff.
+
Thu May 25 12:26:36 2000 Joe Hoffert <joeh@cs.wustl.edu>
* examples/IPC_SAP/ATM_SAP/Makefile:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 4476c654272..5be4b0779a2 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Thu May 25 15:19:14 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * ace/OS_String.cpp:
+
+ Added an include for stddef.h, since we use size_t here. Also
+ moved the OS_Export.h include after the #pragma once stuff.
+
Thu May 25 12:26:36 2000 Joe Hoffert <joeh@cs.wustl.edu>
* examples/IPC_SAP/ATM_SAP/Makefile:
diff --git a/ace/OS_String.h b/ace/OS_String.h
index 9c71264bf1a..c627b25991b 100644
--- a/ace/OS_String.h
+++ b/ace/OS_String.h
@@ -21,12 +21,14 @@
#include "ace/pre.h"
#include "ace/config-all.h"
-#include "ace/OS_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/OS_Export.h"
+#include /**/ <stddef.h>
+
class ACE_OS_Export ACE_OS_String
// = TITLE
// This class is a wrapper for string operations