summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-10 14:02:41 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-10 14:02:41 +0000
commitbb7da47f3bcd674074a9d59279b96b20df187c58 (patch)
tree718a5fb983e5786a9d82058aa48c3aa69c316dbf /ChangeLogs/ChangeLog-02a
parent49e7bfe6054325993b69c38a730efa9d56741ded (diff)
downloadATCD-bb7da47f3bcd674074a9d59279b96b20df187c58.tar.gz
ChangeLogTag:Fri May 10 13:58:47 UTC 2002 Don Hinton <dhinton@ieee.org>OS-h_breakup
Diffstat (limited to 'ChangeLogs/ChangeLog-02a')
-rw-r--r--ChangeLogs/ChangeLog-02a21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 2daa0906290..6c6ba936083 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,24 @@
+Fri May 10 13:58:47 UTC 2002 Don Hinton <dhinton@ieee.org>
+
+ * examples/Web_Crawler/URL_Addr.{cpp,h}:
+
+ cpp: Added includes of OS.h and ACE.h.
+ h: Added include of Default_Constants.h.
+
+ * examples/DLL/Newsweek.cpp:
+ * examples/DLL/Today.cpp:
+
+ Added include of svc_export.h.
+
+ * ASNMP/asnmp/address.cpp:
+ * ASNMP/asnmp/octet.cpp:
+ * ASNMP/asnmp/oid.cpp:
+ * ASNMP/examples/set/set.cpp:
+
+ Added include of OS_String.h and os_include/ctype.h. Prefaced
+ some string calls with ACE_OS_String, as needed, and fixed other
+ minor compile errors.
+
Fri May 10 12:42:03 UTC 2002 Don Hinton <dhinton@ieee.org>
* examples/IPC_SAP/FIFO_SAP/FIFO-Msg-client.cpp: