summaryrefslogtreecommitdiff
path: root/ace/POSIX_Proactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-07-11 13:29:06 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-07-11 13:29:06 +0000
commit7332f1ebfdda5297090081702fa243aab4f49597 (patch)
treefa225899c4bb89cb541535fa9b134eec4be64de5 /ace/POSIX_Proactor.h
parent2d26864ce5c9781c4204aab313d99d38816a0432 (diff)
downloadATCD-7332f1ebfdda5297090081702fa243aab4f49597.tar.gz
ChangeLogTag:Tue Jul 11 08:24:33 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/POSIX_Proactor.h')
-rw-r--r--ace/POSIX_Proactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/POSIX_Proactor.h b/ace/POSIX_Proactor.h
index 6796011cc8d..993be88a96f 100644
--- a/ace/POSIX_Proactor.h
+++ b/ace/POSIX_Proactor.h
@@ -41,8 +41,8 @@ class ACE_Export ACE_POSIX_Proactor : public ACE_Proactor_Impl
// AIOCBs are stored and completion status of the corresponding
// operations are queried on them. The other one is based on
// POSIX Real Time signals. This class abstracts out the common
- // code needed for both the strategies. ACE_AIOCB_Proactor and
- // ACE_SIG_Proactor specialize this class for each strategy.
+ // code needed for both the strategies. <ACE_AIOCB_Proactor> and
+ // <ACE_SIG_Proactor> specialize this class for each strategy.
friend class ACE_POSIX_SIG_Asynch_Accept_Handler;
// For <POSIX_SIG_Asynch_Accept> operation, this handler class does