summaryrefslogtreecommitdiff
path: root/ace/Active_Map_Manager_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Active_Map_Manager_T.h')
-rw-r--r--ace/Active_Map_Manager_T.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/ace/Active_Map_Manager_T.h b/ace/Active_Map_Manager_T.h
index e0cb4f4fa8c..1c5201e7860 100644
--- a/ace/Active_Map_Manager_T.h
+++ b/ace/Active_Map_Manager_T.h
@@ -27,7 +27,7 @@
template <class T>
class ACE_Active_Map_Manager : public ACE_Map_Manager<ACE_Active_Map_Manager_Key, T, ACE_Null_Mutex>
{
- // = TITLE
+ // = TITLE
// Define a map abstraction that associates system generated
// keys with user specified values.
//
@@ -107,7 +107,7 @@ public:
// into the "out" parameter <old_key> and <old_value>. The function
// fails if <key> is not in the map.
- int find (const ACE_Active_Map_Manager_Key &key,
+ int find (const ACE_Active_Map_Manager_Key &key,
T &value);
// Locate <value> associated with <key>.
@@ -129,7 +129,7 @@ public:
int unbind (const ACE_Active_Map_Manager_Key &key);
// Remove <key> from the map.
- int unbind (const ACE_Active_Map_Manager_Key &key,
+ int unbind (const ACE_Active_Map_Manager_Key &key,
T &value);
// Remove <key> from the map, and return the <value> associated with
// <key>.
@@ -148,9 +148,6 @@ public:
size_t total_size (void);
// Return the total size of the map.
- static const ACE_Active_Map_Manager_Key npos (void);
- // Returns a key that cannot be found in the map.
-
void dump (void) const;
// Dump the state of an object.