summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-05 06:24:55 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-05 06:24:55 +0000
commit7ffa52906f3efa7b636ae5c057f638d1485bd409 (patch)
tree594681330e2e5a37c563893c3c780b193d82ffaf /ace/Asynch_IO.cpp
parent6ee4640f8575f9aff7ce8de9edfb0e71029b7cf6 (diff)
downloadATCD-7ffa52906f3efa7b636ae5c057f638d1485bd409.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Asynch_IO.cpp')
-rw-r--r--ace/Asynch_IO.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Asynch_IO.cpp b/ace/Asynch_IO.cpp
index 298704efd61..4d534d6dfd7 100644
--- a/ace/Asynch_IO.cpp
+++ b/ace/Asynch_IO.cpp
@@ -1012,11 +1012,10 @@ ACE_Service_Handler::addresses (const ACE_INET_Addr &remote_address,
ACE_DEBUG ((LM_DEBUG, "remote address %s\n", remote_address_buf));
}
-int
+void
ACE_Service_Handler::open (ACE_HANDLE,
ACE_Message_Block &)
{
- return 0;
}
#endif /* ACE_WIN32 */