diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-13 16:13:40 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-13 16:13:40 +0000 |
commit | 4c3ac492838ca7064383c2ea3383c5aa54f10a9b (patch) | |
tree | 670fdc4d2a2a048bc1b224e4ca4fb140b420671b /examples | |
parent | 8090b3db472f5e848f0be8610b853968da4eec45 (diff) | |
download | ATCD-4c3ac492838ca7064383c2ea3383c5aa54f10a9b.tar.gz |
ChangeLogTag:Thu Nov 13 16:10:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Connection/non_blocking/CPP-acceptor.h | 1 | ||||
-rw-r--r-- | examples/Connection/non_blocking/CPP-connector.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/Connection/non_blocking/CPP-acceptor.h b/examples/Connection/non_blocking/CPP-acceptor.h index b80aa8ef5b4..1ee9ff99a4a 100644 --- a/examples/Connection/non_blocking/CPP-acceptor.h +++ b/examples/Connection/non_blocking/CPP-acceptor.h @@ -11,6 +11,7 @@ #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "ace/Svc_Handler.h" +#include "ace/Signal.h" template <ACE_PEER_STREAM_1> diff --git a/examples/Connection/non_blocking/CPP-connector.h b/examples/Connection/non_blocking/CPP-connector.h index 98494282b54..aa7cec8aa6d 100644 --- a/examples/Connection/non_blocking/CPP-connector.h +++ b/examples/Connection/non_blocking/CPP-connector.h @@ -12,6 +12,7 @@ #include "ace/Connector.h" #include "ace/Svc_Handler.h" +#include "ace/Signal.h" template <ACE_PEER_STREAM_1> class Peer_Handler : public ACE_Svc_Handler<ACE_PEER_STREAM_2, ACE_SYNCH> |