summaryrefslogtreecommitdiff
path: root/examples/IOStream
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-04 12:34:54 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-04 12:34:54 +0000
commit9acaf176a0019401c833a42fdc9a5cb27d01f60c (patch)
tree3217b2216b825b3e018203b353e25f2a6b6d6ed7 /examples/IOStream
parent5ef879d29b98620cf27b3439e8f094001f577e0d (diff)
downloadATCD-9acaf176a0019401c833a42fdc9a5cb27d01f60c.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/IOStream')
-rw-r--r--examples/IOStream/client/Makefile2
-rw-r--r--examples/IOStream/server/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/IOStream/client/Makefile b/examples/IOStream/client/Makefile
index 3143ff0954a..b45811ffb24 100644
--- a/examples/IOStream/client/Makefile
+++ b/examples/IOStream/client/Makefile
@@ -46,7 +46,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
diff --git a/examples/IOStream/server/Makefile b/examples/IOStream/server/Makefile
index 4366a104f26..bf0b9a574b6 100644
--- a/examples/IOStream/server/Makefile
+++ b/examples/IOStream/server/Makefile
@@ -46,7 +46,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \