summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/PM_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/PM_Server.h')
-rw-r--r--ACE/apps/drwho/PM_Server.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/apps/drwho/PM_Server.h b/ACE/apps/drwho/PM_Server.h
index 3ced1b326a1..52ffb63ae17 100644
--- a/ACE/apps/drwho/PM_Server.h
+++ b/ACE/apps/drwho/PM_Server.h
@@ -22,12 +22,12 @@
class PM_Server : public Protocol_Manager
{
public:
- PM_Server (void);
- virtual ~PM_Server (void);
+ PM_Server ();
+ virtual ~PM_Server ();
virtual int encode (char *packet, int &total_bytes) = 0;
virtual int decode (char *packet, int &total_bytes) = 0;
- virtual int process (void);
+ virtual int process ();
protected:
virtual char *handle_protocol_entries (char *bp,