Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / examples / Kokyu_dsrt_schedulers / mif_example / test_i.inl
blob8d54b24d6f06a38b09f51883361054ac5da43cd9
1 ACE_INLINE
2 Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb,
3         RTScheduling::Current_ptr current,
4         Task_Stats& task_stats,
5         int enable_yield)
6   :  orb_ (CORBA::ORB::_duplicate (orb)),
7      current_ (RTScheduling::Current::_duplicate (current)),
8      task_stats_ (task_stats),
9      enable_yield_ (enable_yield)