summaryrefslogtreecommitdiff
path: root/apps/drwho/SMR_Server.cpp
blob: 109e432fa812a28958577c31728b6d493d4f8e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

#include "Options.h"
#include "SMR_Server.h"

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

SMR_Server::~SMR_Server (void)
{
}