Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / apps / drwho / SMR_Client.cpp
blobe861854393a156199d611d1493f5fd8cff957904
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"
9 SMR_Client::SMR_Client (short port_number)
11 if (CM_Client::open (port_number) < 0)
12 ACE_ERROR ((LM_ERROR,
13 "%p\n%a",
14 Options::program_name,
15 1));
18 SMR_Client::~SMR_Client ()