summaryrefslogtreecommitdiff
path: root/ACE/examples/IOStream
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-16 11:55:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-16 11:55:11 +0000
commit1232a0e3270204508b3c799597f1372b3645f915 (patch)
treeb00f20a05bec1e48240af9f9f2120a74e191f844 /ACE/examples/IOStream
parent64b337e94b001c5fb200dcb8efde9c788c71db27 (diff)
downloadATCD-1232a0e3270204508b3c799597f1372b3645f915.tar.gz
Mon Oct 16 11:53:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/examples/IOStream')
-rw-r--r--ACE/examples/IOStream/client/.cvsignore1
-rw-r--r--ACE/examples/IOStream/client/IOStream_Client.mpc3
-rw-r--r--ACE/examples/IOStream/server/.cvsignore1
-rw-r--r--ACE/examples/IOStream/server/IOStream_Server.mpc3
-rw-r--r--ACE/examples/IOStream/server/iostream_server.cpp1
5 files changed, 5 insertions, 4 deletions
diff --git a/ACE/examples/IOStream/client/.cvsignore b/ACE/examples/IOStream/client/.cvsignore
index e5eeb0703df..957822b2487 100644
--- a/ACE/examples/IOStream/client/.cvsignore
+++ b/ACE/examples/IOStream/client/.cvsignore
@@ -1,2 +1 @@
iostream_client
-iostream_client
diff --git a/ACE/examples/IOStream/client/IOStream_Client.mpc b/ACE/examples/IOStream/client/IOStream_Client.mpc
index ca6b8ee6622..0f3b871b355 100644
--- a/ACE/examples/IOStream/client/IOStream_Client.mpc
+++ b/ACE/examples/IOStream/client/IOStream_Client.mpc
@@ -2,4 +2,5 @@
// $Id$
project : aceexe {
-} \ No newline at end of file
+ exename = iostream_client
+}
diff --git a/ACE/examples/IOStream/server/.cvsignore b/ACE/examples/IOStream/server/.cvsignore
index e37ecb3f31b..8cf9727e75f 100644
--- a/ACE/examples/IOStream/server/.cvsignore
+++ b/ACE/examples/IOStream/server/.cvsignore
@@ -1,2 +1 @@
iostream_server
-iostream_server
diff --git a/ACE/examples/IOStream/server/IOStream_Server.mpc b/ACE/examples/IOStream/server/IOStream_Server.mpc
index ca6b8ee6622..6048265757c 100644
--- a/ACE/examples/IOStream/server/IOStream_Server.mpc
+++ b/ACE/examples/IOStream/server/IOStream_Server.mpc
@@ -2,4 +2,5 @@
// $Id$
project : aceexe {
-} \ No newline at end of file
+ exename = iostream_server
+}
diff --git a/ACE/examples/IOStream/server/iostream_server.cpp b/ACE/examples/IOStream/server/iostream_server.cpp
index 656b432a579..1cd6ca006de 100644
--- a/ACE/examples/IOStream/server/iostream_server.cpp
+++ b/ACE/examples/IOStream/server/iostream_server.cpp
@@ -8,6 +8,7 @@
#include "ace/SOCK_Acceptor.h"
#include "ace/Service_Config.h"
#include "ace/Signal.h"
+#include "ace/Sig_Adapter.h"
#include "iostream_server.h"
#include "ace/OS_NS_unistd.h"