summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Map_Manager_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-08-19 17:25:34 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-08-19 17:25:34 +0200
commit814e79122b919520b7a337408d8b66f9f30d38bf (patch)
treecf37f5963d866610d7c46dc9b86636cfa3fb67e1 /ACE/ace/Hash_Map_Manager_T.h
parent0acedb74f7bec47143ca8bcf542c8ae3cea15edb (diff)
downloadATCD-814e79122b919520b7a337408d8b66f9f30d38bf.tar.gz
Removed old comments before constructor/destructor
Diffstat (limited to 'ACE/ace/Hash_Map_Manager_T.h')
-rw-r--r--ACE/ace/Hash_Map_Manager_T.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Hash_Map_Manager_T.h b/ACE/ace/Hash_Map_Manager_T.h
index ea848c6c752..1b75f9db51e 100644
--- a/ACE/ace/Hash_Map_Manager_T.h
+++ b/ACE/ace/Hash_Map_Manager_T.h
@@ -34,7 +34,6 @@ template <class EXT_ID, class INT_ID>
class ACE_Hash_Map_Entry
{
public:
- // = Initialization and termination methods.
/// Constructor.
ACE_Hash_Map_Entry (const EXT_ID &ext_id,
const INT_ID &int_id,
@@ -174,8 +173,6 @@ public:
typedef ptrdiff_t difference_type;
typedef size_t size_type;
- // = Initialization and termination methods.
-
/**
* Initialize an ACE_Hash_Map_Manager_Ex with a default number of elements.
*