summaryrefslogtreecommitdiff
path: root/ACE/ace/Configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Configuration.h')
-rw-r--r--ACE/ace/Configuration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Configuration.h b/ACE/ace/Configuration.h
index 7e89c4de42e..44af82ad93d 100644
--- a/ACE/ace/Configuration.h
+++ b/ACE/ace/Configuration.h
@@ -151,7 +151,7 @@ public:
* @return Reference to the configuration's root section. Note that
* it is a const reference.
*/
- virtual const ACE_Configuration_Section_Key& root_section (void) const;
+ virtual const ACE_Configuration_Section_Key& root_section () const;
/**
* Opens a named section in an existing section.
@@ -585,7 +585,7 @@ public:
/// hash function is required in order for this class to be usable by
/// ACE_Hash_Map_Manager.
- u_long hash (void) const;
+ u_long hash () const;
// = Data members.