summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/PMC_Ruser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/PMC_Ruser.cpp')
-rw-r--r--ACE/apps/drwho/PMC_Ruser.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/apps/drwho/PMC_Ruser.cpp b/ACE/apps/drwho/PMC_Ruser.cpp
index c5fb1c67eac..5e764bfdc34 100644
--- a/ACE/apps/drwho/PMC_Ruser.cpp
+++ b/ACE/apps/drwho/PMC_Ruser.cpp
@@ -117,9 +117,9 @@ PMC_Ruser::handle_protocol_entries (const char *cp,
}
void
-PMC_Ruser::process (void)
+PMC_Ruser::process ()
{
- const char *(Drwho_Node::*get_name)(void);
+ const char *(Drwho_Node::*get_name)();
if (Options::get_opt (Options::PRINT_LOGIN_NAME))
get_name = &Drwho_Node::get_login_name;
@@ -172,6 +172,6 @@ PMC_Ruser::process (void)
}
}
-PMC_Ruser::PMC_Ruser (void)
+PMC_Ruser::PMC_Ruser ()
{
}