summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c2c95c2baad..511a977a53f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Thu Aug 28 23:39:28 UTC 2003 Scott Harris <harris_s@ociweb.com>
+
+ * tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Server_Task.cpp
+
+ Fixed include error. "ace/Stream.h" -> "ace/streams.h"
+ Thanks Don Hinton.
+
Thu Aug 28 18:10:33 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* orbsvcs/orbsvcs/ETCL/ETCL_Constraint.cpp:
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 e49b8b0c79d..b6755284944 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/Stream.h"
+#include "ace/streams.h"
#include "ace/Manual_Event.h"