summaryrefslogtreecommitdiff
path: root/ace/TP_Reactor.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-10-19 03:47:16 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-10-19 03:47:16 +0000
commit93accd4eb2403646ed79af9960fb931b0acb3470 (patch)
treeac6e3d2651758bb68812ad39e0a12c8cb8f326f5 /ace/TP_Reactor.cpp
parentbe4ddbef27a3a0c8b70649c6223989bbbe6a335b (diff)
downloadATCD-93accd4eb2403646ed79af9960fb931b0acb3470.tar.gz
ChangeLogTag: Thu Oct 18 22:46:09 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/TP_Reactor.cpp')
-rw-r--r--ace/TP_Reactor.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/ace/TP_Reactor.cpp b/ace/TP_Reactor.cpp
index ab277251280..d1748f56231 100644
--- a/ace/TP_Reactor.cpp
+++ b/ace/TP_Reactor.cpp
@@ -294,6 +294,22 @@ ACE_TP_Reactor::remove_handler (const ACE_Handle_Set &handles,
}
int
+ACE_TP_Reactor::remove_handler (int /*signum*/,
+ ACE_Sig_Action * /*new_disp*/,
+ ACE_Sig_Action * /*old_disp*/,
+ int /*sigkey*/)
+{
+ ACE_NOTSUP_RETURN (-1);
+}
+
+int
+ACE_TP_Reactor::remove_handler (const ACE_Sig_Set & /*sigset*/)
+{
+ ACE_NOTSUP_RETURN (-1);
+}
+
+
+int
ACE_TP_Reactor::dispatch_i (ACE_Time_Value *max_wait_time,
ACE_TP_Token_Guard &guard)
{