summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Msg_UNIX_Syslog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Log_Msg_UNIX_Syslog.cpp')
-rw-r--r--ACE/ace/Log_Msg_UNIX_Syslog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/Log_Msg_UNIX_Syslog.cpp b/ACE/ace/Log_Msg_UNIX_Syslog.cpp
index 0c14e0fbb3a..73c9403d096 100644
--- a/ACE/ace/Log_Msg_UNIX_Syslog.cpp
+++ b/ACE/ace/Log_Msg_UNIX_Syslog.cpp
@@ -22,11 +22,11 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// should not be too limiting, as the ACE_Log_Msg class itself can
// be used to control thread specific logging behavior.
-ACE_Log_Msg_UNIX_Syslog::ACE_Log_Msg_UNIX_Syslog (void)
+ACE_Log_Msg_UNIX_Syslog::ACE_Log_Msg_UNIX_Syslog ()
{
}
-ACE_Log_Msg_UNIX_Syslog::~ACE_Log_Msg_UNIX_Syslog (void)
+ACE_Log_Msg_UNIX_Syslog::~ACE_Log_Msg_UNIX_Syslog ()
{
(void) this->close ();
}
@@ -70,13 +70,13 @@ ACE_Log_Msg_UNIX_Syslog::open (const ACE_TCHAR * logger_key)
}
int
-ACE_Log_Msg_UNIX_Syslog::reset (void)
+ACE_Log_Msg_UNIX_Syslog::reset ()
{
return this->close ();
}
int
-ACE_Log_Msg_UNIX_Syslog::close (void)
+ACE_Log_Msg_UNIX_Syslog::close ()
{
closelog();
return 0;