From 4d3596bc4bf80229b5fc9f7c1560c95c18aa8655 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sun, 30 Sep 2001 14:57:49 +0000 Subject: ChangeLogTag:Sat Sep 29 08:07:07 2001 Douglas C. Schmidt --- ace/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ace/Configuration.h') 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); /// 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_; -- cgit v1.2.1