Use =default for skeleton copy constructor
[ACE_TAO.git] / ACE / apps / drwho / SMR_Server.cpp
blob31f735aa1ed444e242ea8b74dc61e698af5d94ba
1 #include "Options.h"
2 #include "SMR_Server.h"
3 #include "ace/Log_Msg.h"
5 SMR_Server::SMR_Server (short port_number)
7 if (CM_Server::open (port_number) < 0)
8 ACE_ERROR ((LM_ERROR,
9 "%p\n%a",
10 Options::program_name,
11 1));
14 SMR_Server::~SMR_Server ()