summaryrefslogtreecommitdiff
path: root/ACE/ace/FIFO_Recv_Msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/FIFO_Recv_Msg.cpp')
-rw-r--r--ACE/ace/FIFO_Recv_Msg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/FIFO_Recv_Msg.cpp b/ACE/ace/FIFO_Recv_Msg.cpp
index 494f098ac38..03e96c16903 100644
--- a/ACE/ace/FIFO_Recv_Msg.cpp
+++ b/ACE/ace/FIFO_Recv_Msg.cpp
@@ -14,7 +14,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_FIFO_Recv_Msg)
void
-ACE_FIFO_Recv_Msg::dump (void) const
+ACE_FIFO_Recv_Msg::dump () const
{
#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_FIFO_Recv_Msg::dump");
@@ -42,7 +42,7 @@ ACE_FIFO_Recv_Msg::open (const ACE_TCHAR *fifo_name,
sa);
}
-ACE_FIFO_Recv_Msg::ACE_FIFO_Recv_Msg (void)
+ACE_FIFO_Recv_Msg::ACE_FIFO_Recv_Msg ()
{
ACE_TRACE ("ACE_FIFO_Recv_Msg::ACE_FIFO_Recv_Msg");
}