Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / performance-tests / RTEvent / lib / RTClient_Setup.cpp
blob7e4bce27d4e2c1edd1a53f981767bc19e9a09455
1 /**
2 * @file RTClient_Setup.cpp
4 * @author Carlos O'Ryan <coryan@uci.edu>
5 */
7 #include "RTClient_Setup.h"
8 #include "RIR_Narrow.h"
9 #include "tao/RTCORBA/RTCORBA.h"
11 #include "ace/Log_Msg.h"
13 #if !defined(__ACE_INLINE__)
14 #include "RTClient_Setup.inl"
15 #endif /* __ACE_INLINE__ */
17 RTClient_Setup::RTClient_Setup (int use_rt_corba,
18 CORBA::ORB_ptr orb,
19 const RT_Class &rt_class,
20 int nthreads)
21 : use_rt_corba_ (use_rt_corba)
22 , syncscope_setup_ (orb)
24 if (use_rt_corba)
26 this->rtcorba_setup_.reset (new RTCORBA_Setup (orb, rt_class, nthreads));