summaryrefslogtreecommitdiff
path: root/ace/Configuration.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-30 14:57:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-30 14:57:49 +0000
commit4d3596bc4bf80229b5fc9f7c1560c95c18aa8655 (patch)
tree0af5155c6af5e746293b736947c256863f0a361c /ace/Configuration.h
parent6a9718f92eaf68a5ddd83c8c22ff6f7da2e22aca (diff)
downloadATCD-4d3596bc4bf80229b5fc9f7c1560c95c18aa8655.tar.gz
ChangeLogTag:Sat Sep 29 08:07:07 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Configuration.h')
-rw-r--r--ace/Configuration.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Configuration.h b/ace/Configuration.h
index 62593cd4d63..95eba681a12 100644
--- a/ace/Configuration.h
+++ b/ace/Configuration.h
@@ -473,7 +473,7 @@ public:
/// Frees the name of the value. needed since we don't know the
/// allocator name_ was created in
- void free (ACE_Allocator* allocator);
+ void free (ACE_Allocator *alloc);
/// <hash> function is required in order for this class to be usable by
/// ACE_Hash_Map_Manager.
@@ -531,7 +531,7 @@ public:
ACE_Configuration_Value_IntId& operator= (
const ACE_Configuration_Value_IntId& rhs);
- void free (ACE_Allocator* allocator);
+ void free (ACE_Allocator *alloc);
// = Data members.
@@ -587,7 +587,7 @@ public:
const ACE_Configuration_Section_IntId& rhs);
/// frees the hash table and all its values
- void free (ACE_Allocator* allocator);
+ void free (ACE_Allocator *alloc);
// = Data Members.
VALUE_MAP* value_hash_map_;