summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.cpp
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-05 23:02:33 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-05 23:02:33 +0000
commit3cf72ff4dcaedfbaddbfa908e713095d61e4bd52 (patch)
tree02bbc7868cf5d13c779310cf5db7a0862d215bea /ace/Asynch_IO.cpp
parentedba1d03ba9590545f3a38d48f7fdbcb3b172f8e (diff)
downloadATCD-3cf72ff4dcaedfbaddbfa908e713095d61e4bd52.tar.gz
Added ::act method to Service_Handler.
Diffstat (limited to 'ace/Asynch_IO.cpp')
-rw-r--r--ace/Asynch_IO.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Asynch_IO.cpp b/ace/Asynch_IO.cpp
index 625c7db17c0..ed247ae1656 100644
--- a/ace/Asynch_IO.cpp
+++ b/ace/Asynch_IO.cpp
@@ -2014,6 +2014,11 @@ ACE_Service_Handler::addresses (const ACE_INET_Addr &remote_address,
}
void
+ACE_Service_Handler::act (const void *)
+{
+}
+
+void
ACE_Service_Handler::open (ACE_HANDLE,
ACE_Message_Block &)
{