diff options
Diffstat (limited to 'ACE/examples/IOStream')
-rw-r--r-- | ACE/examples/IOStream/README | 4 |
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 |