diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-01-24 13:33:26 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-01-24 13:33:26 +0000 |
commit | 4f17baaf7c907dd519346dbe88d2aa316e717364 (patch) | |
tree | 25f462cc04cc4890e891a0ae0a5053ad8fc30bfd /ACE/examples | |
parent | 9d5f58b7f2bf647ff89a1ee793237dc82cbb9dbb (diff) | |
download | ATCD-4f17baaf7c907dd519346dbe88d2aa316e717364.tar.gz |
cleanup
Diffstat (limited to 'ACE/examples')
-rw-r--r-- | ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp | 6 |
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 |