/** * @file RTCORBA_Setup.inl * * @author Carlos O'Ryan */ ACE_INLINE const RTCORBA::ThreadpoolLanes & RTCORBA_Setup::lanes (void) const { return this->lanes_; } ACE_INLINE RTCORBA::Priority RTCORBA_Setup::process_priority (void) const { return this->process_priority_; }