summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharris_s <harris_s@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-28 22:38:57 +0000
committerharris_s <harris_s@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-28 22:38:57 +0000
commit6cf895ad7acc8cca357f09e11d461416b4d0cdb2 (patch)
treecdaf25b0d91a9a4083692985491797bc661e156c
parent6e8e77215371d73e9347a2f0ed25aa8b934643e7 (diff)
downloadATCD-6cf895ad7acc8cca357f09e11d461416b4d0cdb2.tar.gz
Thu Aug 28 22:24:51 UTC 2003 Scott Harris <harris_s@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 9aeefb023dc..b8999da017d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 28 22:24:51 UTC 2003 Scott Harris <harris_s@ociweb.com>
+
+ * tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp
+
+ Fixed include error. "ace/Streams.h" -> "ace/Stream.h"
+
Thu Aug 28 08:43:21 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/NVList.h:
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp
index bc74d3f0b34..e49b8b0c79d 100644
--- a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp
+++ b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp
@@ -3,7 +3,7 @@
//
#include "Server_Task.h"
#include "test_i.h"
-#include "ace/Streams.h"
+#include "ace/Stream.h"
#include "ace/Manual_Event.h"