summaryrefslogtreecommitdiff
path: root/apps/drwho/SMR_Client.cpp
blob: f0c9c777db94f6fa87043e79e6dd20842281c079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#include "Options.h"
#include "PMC_All.h"
#include "PMC_Flo.h"
#include "PMC_Usr.h"
#include "PMC_Ruser.h"
#include "SMR_Client.h"

SMR_Client::SMR_Client (short port_number)
{
  if (CM_Client::open (port_number) < 0)
    ACE_ERROR ((LM_ERROR,
                "%p\n%a", 
                Options::program_name,
                1));
}

SMR_Client::~SMR_Client (void)
{
}