summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/PM_Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/PM_Server.cpp')
-rw-r--r--ACE/apps/drwho/PM_Server.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/apps/drwho/PM_Server.cpp b/ACE/apps/drwho/PM_Server.cpp
index f82fb3d383f..662735e25ea 100644
--- a/ACE/apps/drwho/PM_Server.cpp
+++ b/ACE/apps/drwho/PM_Server.cpp
@@ -12,7 +12,7 @@
// whether a given LOGIN_NAME is currently idle or not.
int
-PM_Server::process (void)
+PM_Server::process ()
{
RWho_DB_Manager ru;
Protocol_Record protocol_record (1);
@@ -72,10 +72,10 @@ PM_Server::handle_protocol_entries (char *buf_ptr,
return buf_ptr;
}
-PM_Server::PM_Server (void)
+PM_Server::PM_Server ()
{
}
-PM_Server::~PM_Server (void)
+PM_Server::~PM_Server ()
{
}