summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/Search_Struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/Search_Struct.h')
-rw-r--r--ACE/apps/drwho/Search_Struct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/apps/drwho/Search_Struct.h b/ACE/apps/drwho/Search_Struct.h
index ff39c6bcc65..c8762f70daf 100644
--- a/ACE/apps/drwho/Search_Struct.h
+++ b/ACE/apps/drwho/Search_Struct.h
@@ -23,9 +23,9 @@
class Search_Struct
{
public:
- Search_Struct (void);
- virtual ~Search_Struct (void);
- virtual int n_elems (void);
+ Search_Struct ();
+ virtual ~Search_Struct ();
+ virtual int n_elems ();
virtual Protocol_Record *insert (const char *key_name,
int max_len = MAXUSERIDNAMELEN) = 0;