summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-01-24 13:33:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-01-24 13:33:26 +0000
commit48dd06631be3f4010374b0e6a0b296cf0542e2cb (patch)
tree25f462cc04cc4890e891a0ae0a5053ad8fc30bfd
parent6fa3d95477a7e6e93b143637a7020ed2353357cd (diff)
downloadATCD-48dd06631be3f4010374b0e6a0b296cf0542e2cb.tar.gz
cleanup
-rw-r--r--ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp b/ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp
index 0187a92a497..32fd95ebcff 100644
--- a/ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp
+++ b/ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp
@@ -71,19 +71,17 @@ public:
return this->pipe_.read_handle ();
}
- int handle_close (ACE_HANDLE handle,
+ int handle_close (ACE_HANDLE,
ACE_Reactor_Mask close_mask)
{
- ACE_UNUSED_ARG (handle);
ACE_DEBUG ((LM_DEBUG,
"Handler::handle_close called with mask = %d\n",
close_mask));
return 0;
}
- int handle_input (ACE_HANDLE handle)
+ int handle_input (ACE_HANDLE)
{
- ACE_UNUSED_ARG (handle);
ACE_DEBUG ((LM_DEBUG, "Handler::handle_input\n"));
// Remove for reading