From f7fc0a325de3ed035ba49b57bce59f40e3e47334 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 23 Sep 1998 07:40:53 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TAO-0_2_14'. --- apps/drwho/HT_Server.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 apps/drwho/HT_Server.h (limited to 'apps/drwho/HT_Server.h') 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 */ -- cgit v1.2.1