summaryrefslogtreecommitdiff
path: root/examples/Reactor/WFMO_Reactor
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-03-14 12:14:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-03-14 12:14:48 +0000
commit17a37c60c4fa74a76acaedc38ed3e93642d361ff (patch)
tree5adf9384b09a477f05141d56cc53b6d5167d1b89 /examples/Reactor/WFMO_Reactor
parent8dd9cba1650d1d9f2b544065c679138ff99ee658 (diff)
downloadATCD-17a37c60c4fa74a76acaedc38ed3e93642d361ff.tar.gz
ChangeLogTag: Sun Mar 14 12:12:31 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/Reactor/WFMO_Reactor')
-rw-r--r--examples/Reactor/WFMO_Reactor/Removals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/WFMO_Reactor/Removals.cpp b/examples/Reactor/WFMO_Reactor/Removals.cpp
index 2b2f23000f1..1505dd53452 100644
--- a/examples/Reactor/WFMO_Reactor/Removals.cpp
+++ b/examples/Reactor/WFMO_Reactor/Removals.cpp
@@ -51,7 +51,7 @@ public:
this->event_.signal ();
}
- virtual int handle_signal (int index, siginfo_t *, ucontext_t *)
+ virtual int handle_signal (int, siginfo_t *, ucontext_t *)
{
if (this->close_down_)
return -1;