summaryrefslogtreecommitdiff
path: root/ACE/ace/Cached_Connect_Strategy_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Cached_Connect_Strategy_T.h')
-rw-r--r--ACE/ace/Cached_Connect_Strategy_T.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Cached_Connect_Strategy_T.h b/ACE/ace/Cached_Connect_Strategy_T.h
index 4c0937490a5..f5543727824 100644
--- a/ACE/ace/Cached_Connect_Strategy_T.h
+++ b/ACE/ace/Cached_Connect_Strategy_T.h
@@ -36,7 +36,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* @class ACE_Cached_Connect_Strategy_Ex
*
* @brief A connection strategy which caches connections to peers
- * (represented by <SVC_HANDLER> instances), thereby allowing
+ * (represented by SVC_HANDLER instances), thereby allowing
* subsequent re-use of unused, but available, connections.
*
* <Cached_Connect_Strategy> is intended to be used as a
@@ -172,7 +172,7 @@ protected:
int flags,
int perms);
- /// Table that maintains the cache of connected <SVC_HANDLER>s.
+ /// Table that maintains the cache of connected SVC_HANDLERs.
CONNECTION_CACHE connection_cache_;
};
@@ -185,7 +185,7 @@ protected:
* @class ACE_Bounded_Cached_Connect_Strategy
*
* @brief A connection strategy which caches connections to peers
- * (represented by <SVC_HANDLER> instances), thereby allowing
+ * (represented by SVC_HANDLER instances), thereby allowing
* subsequent re-use of unused, but available, connections.
* This strategy should be used when the cache is bounded by
* maximum size.