summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/SMR_Client.cpp
blob: e861854393a156199d611d1493f5fd8cff957904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "Options.h"
#include "PMC_All.h"
#include "PMC_Flo.h"
#include "PMC_Usr.h"
#include "PMC_Ruser.h"
#include "SMR_Client.h"
#include "ace/Log_Msg.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 ()
{
}