summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-12-21 23:15:35 +0000
committerSteve Huston <shuston@riverace.com>2000-12-21 23:15:35 +0000
commitab32944db715be7fc16d9bebba10b7789899d550 (patch)
tree3dac3ed0d2344969f40c4d70e482576bf5600806
parentb92fec470c5b5252c3a4a9a2ec810f548c59c399 (diff)
downloadATCD-ab32944db715be7fc16d9bebba10b7789899d550.tar.gz
ChangeLogTag:Thu Dec 21 18:12:38 2000 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-02a5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--ace/ace-dll.icc2
-rw-r--r--ace/ace-lib.icc1
5 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47953ac588a..985365bd0be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 21 18:12:38 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/ace-dll.icc, ace-lib.icc: Added OS_Errno.(cpp h) to the files
+ list. Thanks to Jerry Odenwelder for pointing out the need for these.
+
Thu Dec 21 16:45:28 2000 Steve Huston <shuston@riverace.com>
* tests/Capabilities_Test.cpp: Added missing \n to a ACE_ERROR
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 47953ac588a..985365bd0be 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Thu Dec 21 18:12:38 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/ace-dll.icc, ace-lib.icc: Added OS_Errno.(cpp h) to the files
+ list. Thanks to Jerry Odenwelder for pointing out the need for these.
+
Thu Dec 21 16:45:28 2000 Steve Huston <shuston@riverace.com>
* tests/Capabilities_Test.cpp: Added missing \n to a ACE_ERROR
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 47953ac588a..985365bd0be 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Thu Dec 21 18:12:38 2000 Steve Huston <shuston@riverace.com>
+
+ * ace/ace-dll.icc, ace-lib.icc: Added OS_Errno.(cpp h) to the files
+ list. Thanks to Jerry Odenwelder for pointing out the need for these.
+
Thu Dec 21 16:45:28 2000 Steve Huston <shuston@riverace.com>
* tests/Capabilities_Test.cpp: Added missing \n to a ACE_ERROR
diff --git a/ace/ace-dll.icc b/ace/ace-dll.icc
index 89ee5e30cdf..f2ccdf1e719 100644
--- a/ace/ace-dll.icc
+++ b/ace/ace-dll.icc
@@ -182,6 +182,7 @@ option
'Obstack.h',
'OS.h',
'OS_Dirent.h',
+ 'OS_Errno.h',
'OS_Log_Msg_Attributes.h',
'OS_Memory.h',
'OS_String.h',
@@ -392,6 +393,7 @@ option
source type(cpp) "Obstack.cpp"
source type(cpp) "OS.cpp"
source type(cpp) "OS_Dirent.cpp"
+ source type(cpp) "OS_Errno.cpp"
source type(cpp) "OS_Log_Msg_Attributes.cpp"
source type(cpp) "OS_Memory.cpp"
source type(cpp) "OS_String.cpp"
diff --git a/ace/ace-lib.icc b/ace/ace-lib.icc
index 86acce69d51..b9d5717a6a8 100644
--- a/ace/ace-lib.icc
+++ b/ace/ace-lib.icc
@@ -99,6 +99,7 @@ option
source type(cpp) "Obstack.cpp"
source type(cpp) "OS.cpp"
source type(cpp) "OS_Dirent.cpp"
+ source type(cpp) "OS_Errno.cpp"
source type(cpp) "OS_Memory.cpp"
source type(cpp) "OS_String.cpp"
source type(cpp) "OS_TLI.cpp"