summaryrefslogtreecommitdiff
path: root/ACE/ace/Cache_Map_Manager_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-29 14:10:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-29 14:10:45 +0000
commit85c6ef73a38128e51b5dee4b2609376150273b0f (patch)
tree7e8c870c0d80d578ab1ad91d22e291b215be86f1 /ACE/ace/Cache_Map_Manager_T.h
parent61b9c7050071ad7a9a712a06bfde84e74454f495 (diff)
downloadATCD-85c6ef73a38128e51b5dee4b2609376150273b0f.tar.gz
Wed Sep 29 14:06:40 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Cache_Map_Manager_T.h: * ace/MEM_SAP.h: * ace/Metrics_Cache_T.h: * ace/Metrics_Cache_T.inl: * ace/Metrics_Cache_T.cpp: Doxygen changes
Diffstat (limited to 'ACE/ace/Cache_Map_Manager_T.h')
-rw-r--r--ACE/ace/Cache_Map_Manager_T.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/Cache_Map_Manager_T.h b/ACE/ace/Cache_Map_Manager_T.h
index 0c533f7a0ae..9feadf6f2b6 100644
--- a/ACE/ace/Cache_Map_Manager_T.h
+++ b/ACE/ace/Cache_Map_Manager_T.h
@@ -251,7 +251,7 @@ public:
// = Traits.
/// The actual value mapped to the key in the cache. The <attributes>
- /// are used by the strategy and is transperant to the cache user.
+ /// are used by the strategy and is transparent to the cache user.
typedef ACE_Reference_Pair<KEY, VALUE>
value_type;
typedef ACE_Pair <VALUE, ATTRIBUTES>
@@ -274,7 +274,7 @@ public:
(const ACE_Cache_Map_Iterator<KEY, VALUE, IMPLEMENTATION,
CACHING_STRATEGY, ATTRIBUTES> &rhs);
- /// Comparision operators.
+ /// Comparison operators.
bool operator== (const ACE_Cache_Map_Iterator<KEY, VALUE, IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES> &rhs) const;
bool operator!= (const ACE_Cache_Map_Iterator<KEY, VALUE, IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES> &rhs) const;
@@ -327,7 +327,7 @@ public:
// = Traits.
/// The actual value mapped to the key in the cache. The <attributes>
- /// are used by the strategy and is transperant to the cache user.
+ /// are used by the strategy and is transparent to the cache user.
typedef ACE_Reference_Pair<KEY, VALUE> value_type;
typedef ACE_Pair <VALUE, ATTRIBUTES> CACHE_VALUE;
@@ -348,7 +348,7 @@ public:
(const ACE_Cache_Map_Reverse_Iterator<KEY, VALUE, REVERSE_IMPLEMENTATION,
CACHING_STRATEGY, ATTRIBUTES> &rhs);
- /// Comparision operators.
+ /// Comparison operators.
bool operator== (const ACE_Cache_Map_Reverse_Iterator<KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES> &rhs) const;
bool operator!= (const ACE_Cache_Map_Reverse_Iterator<KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES> &rhs) const;