repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use =default for skeleton copy constructor
[ACE_TAO.git]
/
ACE
/
apps
/
drwho
/
SMR_Server.cpp
blob
31f735aa1ed444e242ea8b74dc61e698af5d94ba
1
#include
"Options.h"
2
#include
"SMR_Server.h"
3
#include
"ace/Log_Msg.h"
4
5
SMR_Server
::
SMR_Server
(
short
port_number
)
6
{
7
if
(
CM_Server
::
open
(
port_number
) <
0
)
8
ACE_ERROR
((
LM_ERROR
,
9
"%p
\n
%a"
,
10
Options
::
program_name
,
11
1
));
12
}
13
14
SMR_Server
::~
SMR_Server
()
15
{
16
}