summaryrefslogtreecommitdiff
path: root/ace/Proactor_Impl.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-02-10 10:42:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-02-10 10:42:34 +0000
commiteec21c08a5507acab6d3a913bd4cac6c919b77bf (patch)
treef333a88cb7ef7ceb3de8c64dc04c2d7716d4c72c /ace/Proactor_Impl.h
parent6d9ddea82a4a2bcdd20adcdae988715426c29c45 (diff)
downloadATCD-eec21c08a5507acab6d3a913bd4cac6c919b77bf.tar.gz
ChangeLogTag: Fri Feb 10 09:18:39 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Proactor_Impl.h')
-rw-r--r--ace/Proactor_Impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Proactor_Impl.h b/ace/Proactor_Impl.h
index c0e97268cb0..847bc694a10 100644
--- a/ace/Proactor_Impl.h
+++ b/ace/Proactor_Impl.h
@@ -49,13 +49,13 @@ public:
/// Close the IO completion port.
virtual int close (void) = 0;
- /// This method adds the <handle> to the I/O completion port. This
+ /// This method adds the @a handle to the I/O completion port. This
/// function is a no-op function for Unix systems.
virtual int register_handle (ACE_HANDLE handle,
const void *completion_key) = 0;
/**
- * Dispatch a single set of events. If <wait_time> elapses before
+ * Dispatch a single set of events. If @a wait_time elapses before
* any events occur, return 0. Return 1 on success i.e., when a
* completion is dispatched, non-zero (-1) on errors and errno is
* set accordingly.
@@ -251,7 +251,7 @@ public:
int signal_number = 0) = 0;
/**
- * Post <how_many> completions to the completion port so that all
+ * Post @a how_many completions to the completion port so that all
* threads can wake up. This is used in conjunction with the
* <run_event_loop>.
*/