summaryrefslogtreecommitdiff
path: root/examples/IOStream
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-06-16 05:13:15 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-06-16 05:13:15 +0000
commita816b431609e7ad5936cf4822614f3cc0631332e (patch)
treeb5fc07defbc591b6d632f386f01c97185aab4a60 /examples/IOStream
parentacc4c3187f3dd65649642d16187b644d3d467c5f (diff)
downloadATCD-a816b431609e7ad5936cf4822614f3cc0631332e.tar.gz
ChangeLogTag:Tue Jun 15 22:11:09 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'examples/IOStream')
-rw-r--r--examples/IOStream/client/iostream_client.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/IOStream/client/iostream_client.cpp b/examples/IOStream/client/iostream_client.cpp
index 47c2413c748..56e11dc31e8 100644
--- a/examples/IOStream/client/iostream_client.cpp
+++ b/examples/IOStream/client/iostream_client.cpp
@@ -3,8 +3,11 @@
#include "ace/SOCK_Connector.h"
#include "ace/IOStream.h"
#include "ace/Log_Msg.h"
+#include "ace/OS_NS_stdlib.h"
-ACE_RCSID(client, iostream_client, "$Id$")
+ACE_RCSID (client,
+ iostream_client,
+ "$Id$")
// This client is a simple example of using the ACE_IOStream and
// ACE_Streambuf_T templates to create an object based on ACE_*_Stream