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

#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 (void)
{
}