summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Map_Manager_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-31 18:51:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-31 18:51:21 +0000
commit02f8c32b1dc67916d646b832b636f03f74ff0f12 (patch)
tree29bf5588686b78db6b08fc2f2de5eb732b61c720 /ACE/ace/Hash_Map_Manager_T.h
parent9ba52c69bba82685937558d25d9cf6e744968543 (diff)
downloadATCD-02f8c32b1dc67916d646b832b636f03f74ff0f12.tar.gz
Mon Jul 31 18:48:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Hash_Map_Manager_T.h')
-rw-r--r--ACE/ace/Hash_Map_Manager_T.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/ACE/ace/Hash_Map_Manager_T.h b/ACE/ace/Hash_Map_Manager_T.h
index 2f496ea107a..35b9028e962 100644
--- a/ACE/ace/Hash_Map_Manager_T.h
+++ b/ACE/ace/Hash_Map_Manager_T.h
@@ -46,10 +46,8 @@ public:
ACE_Hash_Map_Entry (ACE_Hash_Map_Entry<EXT_ID, INT_ID> *next,
ACE_Hash_Map_Entry<EXT_ID, INT_ID> *prev);
- # if ! defined (ACE_HAS_BROKEN_NOOP_DTORS)
/// Destructor.
~ACE_Hash_Map_Entry (void);
- #endif /* ! defined (ACE_HAS_BROKEN_NOOP_DTORS) */
/// Key accessor.
EXT_ID& key (void);
@@ -153,7 +151,7 @@ public:
// = Initialization and termination methods.
- /**
+ /**
* Initialize a @c Hash_Map_Manager_Ex with default size elements.
* @param table_alloc is a pointer to a memory allocator used for
* table_, so it should supply size*sizeof (ACE_Hash_Map_Entry<EXT_ID, INT_ID>).
@@ -167,7 +165,7 @@ public:
ACE_Hash_Map_Manager_Ex (ACE_Allocator *table_alloc = 0,
ACE_Allocator *entry_alloc = 0);
- /**
+ /**
* Initialize a @c Hash_Map_Manager_Ex with @c size elements.
* @param table_alloc is a pointer to a memory allocator used for
* table_, so it should supply size*sizeof (ACE_Hash_Map_Entry<EXT_ID, INT_ID>).
@@ -182,7 +180,7 @@ public:
ACE_Allocator *table_alloc = 0,
ACE_Allocator *entry_alloc = 0);
- /**
+ /**
* Initialize a @c Hash_Map_Manager_Ex with @c size elements.
* @param table_alloc is a pointer to a memory allocator used for
* table_, so it should supply size*sizeof (ACE_Hash_Map_Entry<EXT_ID, INT_ID>).