summaryrefslogtreecommitdiff
path: root/examples/Connection/blocking/SPIPE-acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Connection/blocking/SPIPE-acceptor.h')
-rw-r--r--examples/Connection/blocking/SPIPE-acceptor.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/Connection/blocking/SPIPE-acceptor.h b/examples/Connection/blocking/SPIPE-acceptor.h
index b86601c9c91..ae97487d396 100644
--- a/examples/Connection/blocking/SPIPE-acceptor.h
+++ b/examples/Connection/blocking/SPIPE-acceptor.h
@@ -61,12 +61,9 @@ private:
ACE_TCHAR rendezvous_[MAXPATHLEN + 1];
// Meeting place for pipe.
- int shutdown_;
+ ACE_Sig_Adapter done_handler_;
// Keeps track of when we shut down due to receipt of the SIGINT
// signal.
-
- int handle_signal (int signum, siginfo_t *, ucontext_t *);
- // Signal handler method.
};
#endif /* SP_ACCEPTOR_H */