summaryrefslogtreecommitdiff
path: root/ACE/ace/Shared_Memory_Pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Shared_Memory_Pool.cpp')
-rw-r--r--ACE/ace/Shared_Memory_Pool.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Shared_Memory_Pool.cpp b/ACE/ace/Shared_Memory_Pool.cpp
index 845f595ad6a..42bf78718ea 100644
--- a/ACE/ace/Shared_Memory_Pool.cpp
+++ b/ACE/ace/Shared_Memory_Pool.cpp
@@ -27,7 +27,7 @@ ACE_Shared_Memory_Pool_Options::ACE_Shared_Memory_Pool_Options (
}
void
-ACE_Shared_Memory_Pool::dump (void) const
+ACE_Shared_Memory_Pool::dump () const
{
#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_Shared_Memory_Pool::dump");
@@ -283,7 +283,7 @@ ACE_Shared_Memory_Pool::ACE_Shared_Memory_Pool (
ACE_TEXT ("ACE_Sig_Handler::register_handler")));
}
-ACE_Shared_Memory_Pool::~ACE_Shared_Memory_Pool (void)
+ACE_Shared_Memory_Pool::~ACE_Shared_Memory_Pool ()
{
}
@@ -443,7 +443,7 @@ ACE_Shared_Memory_Pool::protect (void *, size_t, int)
}
void *
-ACE_Shared_Memory_Pool::base_addr (void) const
+ACE_Shared_Memory_Pool::base_addr () const
{
ACE_TRACE ("ACE_Shared_Memory_Pool::base_addr");
return this->base_addr_;