summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.inl
blob: 42071dbb049024d21a393314a2d370a4031135cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * @file RTClient_Setup.inl
 *
 * @author Carlos O'Ryan <coryan@uci.edu>
 */

ACE_INLINE int
RTClient_Setup::use_rt_corba () const
{
  return this->use_rt_corba_;
}

ACE_INLINE RTCORBA_Setup *
RTClient_Setup::rtcorba_setup (void)
{
  return this->rtcorba_setup_.get ();
}