summaryrefslogtreecommitdiff
path: root/apps/drwho/HT_Server.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-23 07:40:53 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-23 07:40:53 +0000
commitf7fc0a325de3ed035ba49b57bce59f40e3e47334 (patch)
tree0ee9b34bda3d7c4e6edb2a849b7e8fb249aba464 /apps/drwho/HT_Server.h
parentad435afda0158f2154ae04cb764766f17f5f24bd (diff)
downloadATCD-TAO-0_2_14.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-0_2_14'.TAO-0_2_14
Diffstat (limited to 'apps/drwho/HT_Server.h')
-rw-r--r--apps/drwho/HT_Server.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/apps/drwho/HT_Server.h b/apps/drwho/HT_Server.h
deleted file mode 100644
index 96b110b14b0..00000000000
--- a/apps/drwho/HT_Server.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// drwho
-//
-// = FILENAME
-// HT_Server.h
-//
-// = AUTHOR
-// Douglas C. Schmidt
-//
-// ============================================================================
-
-#if !defined (_HT_SERVER_H)
-#define _HT_SERVER_H
-
-#include "Hash_Table.h"
-
-class HT_Server : public Hash_Table
-{
- // = TITLE
- // Provides the server's hash table abstraction.
-
-public:
- virtual Protocol_Record *insert (const char *key_name,
- int max_len = MAXUSERIDNAMELEN);
-};
-
-#endif /* _HT_SERVER_H */