summaryrefslogtreecommitdiff
path: root/ACE/ace/Cache_Map_Manager_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Cache_Map_Manager_T.h')
-rw-r--r--ACE/ace/Cache_Map_Manager_T.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Cache_Map_Manager_T.h b/ACE/ace/Cache_Map_Manager_T.h
index da181cb0ed2..ee88bd4bdc5 100644
--- a/ACE/ace/Cache_Map_Manager_T.h
+++ b/ACE/ace/Cache_Map_Manager_T.h
@@ -196,7 +196,7 @@ public:
size_t total_size (void) const;
/// Dumps the state of the object.
- void dump (void) const;
+ void dump () const;
// = STL styled iterator factory functions.
@@ -295,7 +295,7 @@ public:
IMPLEMENTATION &iterator_implementation (void);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
@@ -368,7 +368,7 @@ public:
REVERSE_IMPLEMENTATION &iterator_implementation (void);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;