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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
ACE
/
apps
/
drwho
/
SMR_Client.cpp
blob
e861854393a156199d611d1493f5fd8cff957904
1
#include
"Options.h"
2
#include
"PMC_All.h"
3
#include
"PMC_Flo.h"
4
#include
"PMC_Usr.h"
5
#include
"PMC_Ruser.h"
6
#include
"SMR_Client.h"
7
#include
"ace/Log_Msg.h"
8
9
SMR_Client
::
SMR_Client
(
short
port_number
)
10
{
11
if
(
CM_Client
::
open
(
port_number
) <
0
)
12
ACE_ERROR
((
LM_ERROR
,
13
"%p
\n
%a"
,
14
Options
::
program_name
,
15
1
));
16
}
17
18
SMR_Client
::~
SMR_Client
()
19
{
20
}