summaryrefslogtreecommitdiff
path: root/ACE/ace/Local_Memory_Pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Local_Memory_Pool.cpp')
-rw-r--r--ACE/ace/Local_Memory_Pool.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Local_Memory_Pool.cpp b/ACE/ace/Local_Memory_Pool.cpp
index 0332f6f36e0..c4d3f360b5b 100644
--- a/ACE/ace/Local_Memory_Pool.cpp
+++ b/ACE/ace/Local_Memory_Pool.cpp
@@ -11,7 +11,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_Local_Memory_Pool)
void
-ACE_Local_Memory_Pool::dump (void) const
+ACE_Local_Memory_Pool::dump () const
{
#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_Local_Memory_Pool::dump");
@@ -24,7 +24,7 @@ ACE_Local_Memory_Pool::ACE_Local_Memory_Pool (const ACE_TCHAR *,
ACE_TRACE ("ACE_Local_Memory_Pool::ACE_Local_Memory_Pool");
}
-ACE_Local_Memory_Pool::~ACE_Local_Memory_Pool (void)
+ACE_Local_Memory_Pool::~ACE_Local_Memory_Pool ()
{
// Free up all memory allocated by this pool.
this->release ();
@@ -137,7 +137,7 @@ ACE_Local_Memory_Pool::remap (void *)
}
void *
-ACE_Local_Memory_Pool::base_addr (void) const
+ACE_Local_Memory_Pool::base_addr () const
{
return 0;
}