summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/CM_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/CM_Server.h')
-rw-r--r--ACE/apps/drwho/CM_Server.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/apps/drwho/CM_Server.h b/ACE/apps/drwho/CM_Server.h
index c7f4e8fb8ea..bd0ffae70b7 100644
--- a/ACE/apps/drwho/CM_Server.h
+++ b/ACE/apps/drwho/CM_Server.h
@@ -24,12 +24,12 @@
class CM_Server : public Comm_Manager
{
public:
- CM_Server (void);
- virtual ~CM_Server (void);
+ CM_Server ();
+ virtual ~CM_Server ();
virtual int open (short port_number);
virtual int receive (int timeout = 0);
- virtual int send (void);
+ virtual int send ();
virtual int mux (char *packet, int &packet_length) = 0;
virtual int demux (char *packet, int &packet_length) = 0;
};