summaryrefslogtreecommitdiff
path: root/ACE/ace/MEM_IO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/MEM_IO.cpp')
-rw-r--r--ACE/ace/MEM_IO.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/MEM_IO.cpp b/ACE/ace/MEM_IO.cpp
index 04e49821ded..1a27b9a72d8 100644
--- a/ACE/ace/MEM_IO.cpp
+++ b/ACE/ace/MEM_IO.cpp
@@ -14,7 +14,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_MEM_IO)
-ACE_Reactive_MEM_IO::~ACE_Reactive_MEM_IO (void)
+ACE_Reactive_MEM_IO::~ACE_Reactive_MEM_IO ()
{
}
@@ -334,7 +334,7 @@ ACE_MT_MEM_IO::send_buf (ACE_MEM_SAP_Node *buf,
#endif /* ACE_WIN32 || !_ACE_USE_SV_SEM */
void
-ACE_MEM_IO::dump (void) const
+ACE_MEM_IO::dump () const
{
#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_MEM_IO::dump");
@@ -374,7 +374,7 @@ ACE_MEM_IO::init (const ACE_TCHAR *name,
}
int
-ACE_MEM_IO::fini (void)
+ACE_MEM_IO::fini ()
{
if (this->deliver_strategy_ != 0)
{