diff options
Diffstat (limited to 'apps/drwho/PMS_Flo.h')
-rw-r--r-- | apps/drwho/PMS_Flo.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/apps/drwho/PMS_Flo.h b/apps/drwho/PMS_Flo.h deleted file mode 100644 index 5ef36641015..00000000000 --- a/apps/drwho/PMS_Flo.h +++ /dev/null @@ -1,35 +0,0 @@ -/* -*- C++ -*- */ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// drwho -// -// = FILENAME -// PMS_Flo.h -// -// = AUTHOR -// Douglas C. Schmidt -// -// ============================================================================ - -#if !defined (_PMS_FLO_H) -#define _PMS_FLO_H - -#include "PM_Server.h" - -class PMS_Flo : public PM_Server -{ - // = TITLE - // Provides the server's lookup table abstraction for `flo' users... - -public: - PMS_Flo (void); - -protected: - virtual int encode (char *packet, int &total_bytes); - virtual int decode (char *packet, int &total_bytes); -}; - -#endif /* _PMS_FLO_H */ |