summaryrefslogtreecommitdiff
path: root/ACE/ace/MMAP_Memory_Pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/MMAP_Memory_Pool.h')
-rw-r--r--ACE/ace/MMAP_Memory_Pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/MMAP_Memory_Pool.h b/ACE/ace/MMAP_Memory_Pool.h
index e90264d0e14..d0f76ca8d93 100644
--- a/ACE/ace/MMAP_Memory_Pool.h
+++ b/ACE/ace/MMAP_Memory_Pool.h
@@ -210,13 +210,13 @@ public:
virtual int remap (void *addr);
/// Return the base address of this memory pool.
- virtual void *base_addr (void) const;
+ virtual void *base_addr () const;
/// Dump the state of an object.
virtual void dump () const;
/// Get reference to underlying ACE_Mem_Map object.
- ACE_Mem_Map const & mmap (void) const;
+ ACE_Mem_Map const & mmap () const;
/// Get reference to underlying ACE_Mem_Map object.
ACE_Mem_Map & mmap (void);