summaryrefslogtreecommitdiff
path: root/ACE/ace/Svc_Handler.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:41:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:41:25 +0000
commit4c1ec894e4845156036937d1e4dbfcae3fd6f3f3 (patch)
tree233d2ae945fecd0cb15dbecdbe14e8b3f59e33ce /ACE/ace/Svc_Handler.h
parentefff99504bd67f08226503c6e763d8881fb11f29 (diff)
downloadATCD-4c1ec894e4845156036937d1e4dbfcae3fd6f3f3.tar.gz
Thu Feb 15 13:38:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Svc_Handler.h')
-rw-r--r--ACE/ace/Svc_Handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Svc_Handler.h b/ACE/ace/Svc_Handler.h
index 76027b9e409..9d3dd857de4 100644
--- a/ACE/ace/Svc_Handler.h
+++ b/ACE/ace/Svc_Handler.h
@@ -264,7 +264,7 @@ public:
// = Initialization and termination methods.
/**
* Constructor initializes the <thr_mgr> and <mq> by passing them
- * down to the <ACE_Task> base class. The <reactor> is passed to
+ * down to the ACE_Task base class. The <reactor> is passed to
* the ACE_Event_Handler. The <max_buffer_size> and
* <relative_timeout> are used to determine at what point to flush
* the <mq>. By default, there's no buffering at all. The
@@ -282,7 +282,7 @@ public:
/**
* Insert the ACE_Message_Block chain rooted at <message_block>
- * into the ACE_Message_Queue with the designated <timeout>. The
+ * into the ACE_Message_Queue with the designated @a timeout. The
* <flush> method will be called if this <put> causes the number of
* bytes to exceed the maximum buffer size or if the timeout period
* has elapsed.