2 * @file RTClient_Setup.cpp
4 * @author Carlos O'Ryan <coryan@uci.edu>
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
,
19 const RT_Class
&rt_class
,
21 : use_rt_corba_ (use_rt_corba
)
22 , syncscope_setup_ (orb
)
26 this->rtcorba_setup_
.reset (new RTCORBA_Setup (orb
, rt_class
, nthreads
));