summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-18 03:41:08 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-18 03:41:08 +0000
commit9a5fa84319226d0a0ade4d6072620594622a8979 (patch)
tree3a1df8284e242f9957646f3126ce72ab883f3c21 /ChangeLog
parentaff1ab6348aa0fe29d589cd2d8eab66a00215b57 (diff)
downloadATCD-9a5fa84319226d0a0ade4d6072620594622a8979.tar.gz
ChangeLogTag:Wed May 17 20:37:49 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 61448f3f2fb..726912e28b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,15 @@
+Wed May 17 20:37:49 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/Makefile.am:
+ Add missing CDR_File_Test_SOURCES and CDR_Array_Test_SOURCES
+ definitions.
+
Wed May 17 20:25:21 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/OS.h:
* ace/config-all.h:
- Needed to move another define from OS.h to config-all
+ Needed to move another define from OS.h to config-all
(the ENOSYS to EFAULT define) since Borland doesn't
have ENOSYS defined.
@@ -30,20 +36,20 @@ Wed May 17 20:02:25 2000 Darrell Brunsch <brunsch@uci.edu>
Ladies and Gentlemen, you are witnessing the beginning of the
end of ACE_OS as we know it. That's right, I am taking on the
bazillion lines of stuff in OS.*, and separating it into bite
- size pieces.
+ size pieces.
So this is the first step, kind of a test of concept. I took
the dirent methods and separated them out into a separate class
(in its own files), ACE_OS_Dirent. So now if one only wishes
to use the dirent static methods, one only has to include
- OS_Dirent.h.
+ OS_Dirent.h.
But what about all the code that thinks it is still in ACE_OS?
Glad you asked, since ACE_OS now inherits from ACE_OS_Dirent,
meaning using ACE_OS::opendir () and family still works.
So eventually everything will be moved out, and ACE_OS will
- just be a shell of a class that inherits from the ACE_OS_*
+ just be a shell of a class that inherits from the ACE_OS_*
classes (with maybe an ACE_ONLY_LATEST_AND_GREATEST thrown
in here and there).