summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-04-16 23:40:40 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-04-16 23:40:40 +0000
commit8a347481f4bcff083407fdad1f0dfcdebd21d7d5 (patch)
tree6f4a836d2096304dc21826ae36ed29521bf59e37 /ace
parent7b04491d6ab71f1c9b15494db06359a7d9ee1266 (diff)
downloadATCD-8a347481f4bcff083407fdad1f0dfcdebd21d7d5.tar.gz
ChangeLogTag:Tue Apr 16 16:39:07 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/POSIX_Asynch_IO.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/POSIX_Asynch_IO.cpp b/ace/POSIX_Asynch_IO.cpp
index 4195d339830..cb8ae418219 100644
--- a/ace/POSIX_Asynch_IO.cpp
+++ b/ace/POSIX_Asynch_IO.cpp
@@ -1850,7 +1850,7 @@ ACE_POSIX_Asynch_Connect::get_handle (void) const
}
void
-ACE_POSIX_Asynch_Connect::set_handle (ACE_HANDLE handle)
+ACE_POSIX_Asynch_Connect::set_handle (ACE_HANDLE)
{
ACE_ASSERT (0) ;
}
@@ -2298,7 +2298,7 @@ ACE_POSIX_Asynch_Connect::handle_output (ACE_HANDLE fd)
int
-ACE_POSIX_Asynch_Connect::handle_close (ACE_HANDLE fd, ACE_Reactor_Mask close_mask)
+ACE_POSIX_Asynch_Connect::handle_close (ACE_HANDLE fd, ACE_Reactor_Mask)
{
ACE_TRACE (ACE_LIB_TEXT ("ACE_POSIX_Asynch_Connect::handle_close\n"));