summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-01 16:42:19 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-01 16:42:19 +0000
commit8a51245281035a3774b72c82c33d707177c26d71 (patch)
tree6988834b66fa1b287be3dadcc3dcece2b7f56ba7
parent7911886ee1c4d9ac4c92416778982b4ba280c7f9 (diff)
downloadATCD-8a51245281035a3774b72c82c33d707177c26d71.tar.gz
ChangeLogTag:Mon Feb 1 10:41:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--ChangeLog-99b5
-rw-r--r--tests/CDR_Test.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 258fcfea8b5..9ccc16d76ea 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,8 @@
+Mon Feb 1 10:41:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * tests/CDR_Test.cpp:
+ There was a typo in a included filename.
+
Mon Feb 1 08:39:15 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Synch.h: Clarified that the ACE_Semaphore::acquire() is in
diff --git a/tests/CDR_Test.cpp b/tests/CDR_Test.cpp
index 966166a6a0d..d3320c2d9c3 100644
--- a/tests/CDR_Test.cpp
+++ b/tests/CDR_Test.cpp
@@ -20,7 +20,7 @@
#include "test_config.h"
#include "ace/Get_Opt.h"
-#include "ace/Auto_ptr.h"
+#include "ace/Auto_Ptr.h"
#include "ace/CDR.h"
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530