summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/SMR_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/SMR_Server.h')
-rw-r--r--ACE/apps/drwho/SMR_Server.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/ACE/apps/drwho/SMR_Server.h b/ACE/apps/drwho/SMR_Server.h
new file mode 100644
index 00000000000..af8b384d701
--- /dev/null
+++ b/ACE/apps/drwho/SMR_Server.h
@@ -0,0 +1,29 @@
+/* -*- C++ -*- */
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// drwho
+//
+// = FILENAME
+// SMR_Server.h
+//
+// = AUTHOR
+// Douglas C. Schmidt
+//
+// ============================================================================
+
+#ifndef _SMR_SERVER_H
+#define _SMR_SERVER_H
+
+#include "SM_Server.h"
+
+class SMR_Server : public SM_Server
+{
+public:
+ SMR_Server (short port_number);
+ ~SMR_Server (void);
+};
+
+#endif /* _SMR_SERVER_H */