summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/Protocol_Record.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/Protocol_Record.h')
-rw-r--r--ACE/apps/drwho/Protocol_Record.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/apps/drwho/Protocol_Record.h b/ACE/apps/drwho/Protocol_Record.h
index 7ea6da05d74..31d20b57256 100644
--- a/ACE/apps/drwho/Protocol_Record.h
+++ b/ACE/apps/drwho/Protocol_Record.h
@@ -22,18 +22,18 @@
class Protocol_Record
{
public:
- Protocol_Record (void);
+ Protocol_Record ();
Protocol_Record (int use_dummy);
Protocol_Record (const char *key_name1,
Protocol_Record *next = 0);
- ~Protocol_Record (void);
- const char *get_host (void);
+ ~Protocol_Record ();
+ const char *get_host ();
const char *set_host (const char *str);
- const char *get_login (void);
+ const char *get_login ();
const char *set_login (const char *str);
- const char *get_real (void);
+ const char *get_real ();
const char *set_real (const char *str);
- Drwho_Node *get_drwho_list (void);
+ Drwho_Node *get_drwho_list ();
static Drwho_Node drwho_node_;
const char *key_name1_;