summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"