summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/SML_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/SML_Server.h')
-rw-r--r--ACE/apps/drwho/SML_Server.h26
1 files changed, 26 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..156f7077ce0
--- /dev/null
+++ b/ACE/apps/drwho/SML_Server.h
@@ -0,0 +1,26 @@
+/* -*- C++ -*- */
+
+//=============================================================================
+/**
+ * @file SML_Server.h
+ *
+ * $Id$
+ *
+ * @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 */