summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_IO_Impl.h')
-rw-r--r--ace/Asynch_IO_Impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Asynch_IO_Impl.h b/ace/Asynch_IO_Impl.h
index c1ad52825b6..5657c2c49dc 100644
--- a/ace/Asynch_IO_Impl.h
+++ b/ace/Asynch_IO_Impl.h
@@ -117,11 +117,11 @@ public:
/**
* Initializes the factory with information which will be used with
- * each asynchronous call. If (<handle> == ACE_INVALID_HANDLE),
- * <ACE_Handler::handle> will be called on the <handler> to get the
+ * each asynchronous call. If @a handle == ACE_INVALID_HANDLE,
+ * ACE_Handler::handle() will be called on the proxied handler to get the
* correct handle.
*/
- virtual int open (ACE_Handler &handler,
+ virtual int open (ACE_Handler::Proxy_Ptr &handler_proxy,
ACE_HANDLE handle,
const void *completion_key,
ACE_Proactor *proactor) = 0;