summaryrefslogtreecommitdiff
path: root/ACE/ace/POSIX_Proactor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-17 08:37:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-17 08:37:23 +0000
commitbdeb1a8b6ffb9692348a441b92d2e02bde2c4ed6 (patch)
tree9262aa825e3f678abeab0801ebbfd2efd2d82b4a /ACE/ace/POSIX_Proactor.h
parentf23972fde5acc5b975c682f24dae2245dd83a1eb (diff)
downloadATCD-bdeb1a8b6ffb9692348a441b92d2e02bde2c4ed6.tar.gz
Tue Jul 17 08:36:24 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/POSIX_Proactor.h')
-rw-r--r--ACE/ace/POSIX_Proactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/POSIX_Proactor.h b/ACE/ace/POSIX_Proactor.h
index 82489dd66ff..375313f7260 100644
--- a/ACE/ace/POSIX_Proactor.h
+++ b/ACE/ace/POSIX_Proactor.h
@@ -49,8 +49,8 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* 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_POSIX_AIOCB_Proactor> and
- * <ACE_POSIX_SIG_Proactor> specialize this class for each strategy.
+ * code needed for both the strategies. ACE_POSIX_AIOCB_Proactor and
+ * ACE_POSIX_SIG_Proactor specialize this class for each strategy.
*/
class ACE_Export ACE_POSIX_Proactor : public ACE_Proactor_Impl
{