summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharris_s <harris_s@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-28 23:40:36 +0000
committerharris_s <harris_s@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-28 23:40:36 +0000
commit8068883dc63b4b4993c3b99bf37632a74d68ae93 (patch)
treeae4343842508f0e050ab685fd2c5357faa9151a5
parentfa57e3878524cbc85080ce4beed4b4ae6b15a7c8 (diff)
downloadATCD-8068883dc63b4b4993c3b99bf37632a74d68ae93.tar.gz
Thu Aug 28 23:39:28 UTC 2003 Scott Harris <harris_s@ociweb.com>
-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"