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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/Cache_Map_Manager_T.h b/ACE/ace/Cache_Map_Manager_T.h
index a090df83683..6a75854df24 100644
--- a/ACE/ace/Cache_Map_Manager_T.h
+++ b/ACE/ace/Cache_Map_Manager_T.h
@@ -190,10 +190,10 @@ public:
int purge (void);
/// Return the current size of the cache.
- size_t current_size (void) const;
+ size_t current_size () const;
/// Return the total size of the cache.
- size_t total_size (void) const;
+ size_t total_size () const;
/// Dumps the state of the object.
void dump () const;
@@ -274,7 +274,7 @@ public:
/// Returns a reference to the internal element @c this is pointing
/// to.
- ACE_Reference_Pair<KEY, VALUE> operator* (void) const;
+ ACE_Reference_Pair<KEY, VALUE> operator* () const;
// = STL styled iteration, compare, and reference functions.
@@ -347,7 +347,7 @@ public:
/// Returns a reference to the internal element @c this is pointing
/// to.
- ACE_Reference_Pair<KEY, VALUE> operator* (void) const;
+ ACE_Reference_Pair<KEY, VALUE> operator* () const;
// = STL styled iteration, compare, and reference functions.