summaryrefslogtreecommitdiff
path: root/ACE/ace/IO_SAP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/IO_SAP.cpp')
-rw-r--r--ACE/ace/IO_SAP.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/IO_SAP.cpp b/ACE/ace/IO_SAP.cpp
index 9411e765307..1c5fcdf311d 100644
--- a/ACE/ace/IO_SAP.cpp
+++ b/ACE/ace/IO_SAP.cpp
@@ -20,14 +20,14 @@ ACE_ALLOC_HOOK_DEFINE(ACE_IO_SAP)
// This is the do-nothing constructor. It does not perform a
// ACE_OS::open system call.
-ACE_IO_SAP::ACE_IO_SAP (void)
+ACE_IO_SAP::ACE_IO_SAP ()
: handle_ (ACE_INVALID_HANDLE)
{
ACE_TRACE ("ACE_IO_SAP::ACE_IO_SAP");
}
void
-ACE_IO_SAP::dump (void) const
+ACE_IO_SAP::dump () const
{
#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_IO_SAP::dump");