summaryrefslogtreecommitdiff
path: root/ace/POSIX_Proactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/POSIX_Proactor.h')
-rw-r--r--ace/POSIX_Proactor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/POSIX_Proactor.h b/ace/POSIX_Proactor.h
index e56a2f28409..a1ff00288a3 100644
--- a/ace/POSIX_Proactor.h
+++ b/ace/POSIX_Proactor.h
@@ -614,8 +614,8 @@ protected:
* @class ACE_POSIX_Asynch_Timer
*
* @brief This class is posted to the completion port when a timer
- * expires. When the <complete method> of this object is
- * called, the <handler>'s <handle_timeout> method will be
+ * expires. When the @c complete() method of this object is
+ * called, the handler's @c handle_timeout() method will be
* called.
*/
class ACE_Export ACE_POSIX_Asynch_Timer : public ACE_POSIX_Asynch_Result
@@ -640,7 +640,7 @@ protected:
/// Destructor.
virtual ~ACE_POSIX_Asynch_Timer (void) {}
- /// This method calls the <handler>'s handle_timeout method.
+ /// This method calls the handler's handle_timeout method.
virtual void complete (size_t bytes_transferred,
int success,
const void *completion_key,