summaryrefslogtreecommitdiff
path: root/ace/Hash_Map_Manager.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-14 21:09:04 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-14 21:09:04 +0000
commitbaf7b63e3abb34f4a2ef5c7e9268f3670ca3424d (patch)
tree72073d24dc16fd21314598767ed3b20b8e921e2a /ace/Hash_Map_Manager.h
parent57dfa8b8a302a7667349755e9001b02726ade16e (diff)
downloadATCD-baf7b63e3abb34f4a2ef5c7e9268f3670ca3424d.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Hash_Map_Manager.h')
-rw-r--r--ace/Hash_Map_Manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Hash_Map_Manager.h b/ace/Hash_Map_Manager.h
index 0284a8c3ddb..2879a0ab941 100644
--- a/ace/Hash_Map_Manager.h
+++ b/ace/Hash_Map_Manager.h
@@ -79,14 +79,14 @@ public:
// = Initialization and termination methods.
ACE_Hash_Map_Manager (size_t size,
- ACE_Allocator *allocator = 0);
+ ACE_Allocator *alloc = 0);
// Initialize a <Hash_Map_Manager> with size <length>.
- ACE_Hash_Map_Manager (ACE_Allocator *allocator = 0);
+ ACE_Hash_Map_Manager (ACE_Allocator *alloc = 0);
// Initialize a <Hash_Map_Manager> with default size.
int open (size_t length = ACE_DEFAULT_MAP_SIZE,
- ACE_Allocator *allocator = 0);
+ ACE_Allocator *alloc = 0);
// Initialize a <Hash_Map_Manager> with size <length>.
int close (void);