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