diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-07-11 13:29:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-07-11 13:29:06 +0000 |
commit | 58640c83d522f6b3c4550aeb5f1239b81620f183 (patch) | |
tree | fa225899c4bb89cb541535fa9b134eec4be64de5 /ace/POSIX_Proactor.h | |
parent | a2513d0bdf7e0c21cec917916438a40f3dca1522 (diff) | |
download | ATCD-58640c83d522f6b3c4550aeb5f1239b81620f183.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.h | 4 |
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 |