summaryrefslogtreecommitdiff
path: root/ACE/ace/UPIPE_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/UPIPE_Connector.cpp')
-rw-r--r--ACE/ace/UPIPE_Connector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/UPIPE_Connector.cpp b/ACE/ace/UPIPE_Connector.cpp
index 144c1502a33..48d854d7cd4 100644
--- a/ACE/ace/UPIPE_Connector.cpp
+++ b/ACE/ace/UPIPE_Connector.cpp
@@ -17,14 +17,14 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_UPIPE_Connector)
void
-ACE_UPIPE_Connector::dump (void) const
+ACE_UPIPE_Connector::dump () const
{
#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_UPIPE_Connector::dump");
#endif /* ACE_HAS_DUMP */
}
-ACE_UPIPE_Connector::ACE_UPIPE_Connector (void)
+ACE_UPIPE_Connector::ACE_UPIPE_Connector ()
{
ACE_TRACE ("ACE_UPIPE_Connector::ACE_UPIPE_Connector");
}