summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/SMR_Client.h
blob: 9acf958036a3fd23194ecc68b742db6063eb9660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* -*- C++ -*- */

//=============================================================================
/**
 *  @file    SMR_Client.h
 *
 *  @author Douglas C. Schmidt
 */
//=============================================================================


#ifndef _SMR_CLIENT_H
#define _SMR_CLIENT_H

#include "SM_Client.h"

class SMR_Client : public SM_Client
{
public:
  SMR_Client (short port_number);
  virtual ~SMR_Client (void);
};

#endif /* _SMR_CLIENT_H */