Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / apps / drwho / SMR_Server.h
blob1ca8887f217be883012b5b88a12665bc30a2c64e
1 /* -*- C++ -*- */
3 //=============================================================================
4 /**
5 * @file SMR_Server.h
7 * @author Douglas C. Schmidt
8 */
9 //=============================================================================
12 #ifndef _SMR_SERVER_H
13 #define _SMR_SERVER_H
15 #include "SM_Server.h"
17 class SMR_Server : public SM_Server
19 public:
20 SMR_Server (short port_number);
21 ~SMR_Server ();
24 #endif /* _SMR_SERVER_H */