diff options
Diffstat (limited to 'ACE/apps/drwho/SML_Server.h')
-rw-r--r-- | ACE/apps/drwho/SML_Server.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ACE/apps/drwho/SML_Server.h b/ACE/apps/drwho/SML_Server.h new file mode 100644 index 00000000000..5fc665450df --- /dev/null +++ b/ACE/apps/drwho/SML_Server.h @@ -0,0 +1,29 @@ +/* -*- C++ -*- */ +// $Id$ + +// ============================================================================ +// +// = LIBRARY +// drwho +// +// = FILENAME +// SML_Server.h +// +// = AUTHOR +// Douglas C. Schmidt +// +// ============================================================================ + +#ifndef _SML_SERVER_H +#define _SML_SERVER_H + +#include "SM_Server.h" + +class SML_Server : public SM_Server +{ +public: + SML_Server (void); + virtual ~SML_Server (void); +}; + +#endif /* _SML_SERVER_H */ |