summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-05 02:52:28 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-05 02:52:28 +0000
commit9eb5ef9f999782a55d4b5e46d0302f2e4d93b996 (patch)
treeecb043450b6703858086ebec8666dbeeefe0c18d /ace/Asynch_IO.cpp
parentcdcee0a5c8c3c1fc69c280602f61dcd75fc522ac (diff)
downloadATCD-9eb5ef9f999782a55d4b5e46d0302f2e4d93b996.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Asynch_IO.cpp')
-rw-r--r--ace/Asynch_IO.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/Asynch_IO.cpp b/ace/Asynch_IO.cpp
index 35c1ccba6d2..298704efd61 100644
--- a/ace/Asynch_IO.cpp
+++ b/ace/Asynch_IO.cpp
@@ -1012,4 +1012,11 @@ ACE_Service_Handler::addresses (const ACE_INET_Addr &remote_address,
ACE_DEBUG ((LM_DEBUG, "remote address %s\n", remote_address_buf));
}
+int
+ACE_Service_Handler::open (ACE_HANDLE,
+ ACE_Message_Block &)
+{
+ return 0;
+}
+
#endif /* ACE_WIN32 */