summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/SMR_Server.h
blob: d25db5d68b9a9368d6ee2c2f60fca46997f774af (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_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 */