summaryrefslogtreecommitdiff
path: root/ACE/examples/IOStream
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-05 09:32:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-05 09:32:57 +0000
commit87ee55138d98d4dc2b95c666573d2b8ccd7ee021 (patch)
tree55e6c873a7a79240d911086d6f915ce966943222 /ACE/examples/IOStream
parent8758ad96283f3cd1a0ba78cca151c58b5eff851c (diff)
downloadATCD-87ee55138d98d4dc2b95c666573d2b8ccd7ee021.tar.gz
Fuzz
Diffstat (limited to 'ACE/examples/IOStream')
-rw-r--r--ACE/examples/IOStream/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/examples/IOStream/README b/ACE/examples/IOStream/README
index ab215fc779d..80ce2e68b94 100644
--- a/ACE/examples/IOStream/README
+++ b/ACE/examples/IOStream/README
@@ -1,3 +1,5 @@
+$Id$
+
This example illustrates the use of the ACE_IOStream and
ACE_Streambuf_T templates to create an object based on ACE_*_Stream
classes. These classes provide C++ iostream functionality across a
@@ -7,7 +9,7 @@ To run the tests simply build the executables in the client and server
directories and then do the following in separate windows:
# Window 1
-% server/iostream_server
+% server/iostream_server
(10049) starting up daemon
# Window 2