summaryrefslogtreecommitdiff
path: root/TAO/examples/Kokyu_dsrt_schedulers/edf_example/test1_i.i
blob: 484e00ec7341a56048e6f22de546b380ce4049bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//$Id$

ACE_INLINE
Simple_Server1_i::Simple_Server1_i (CORBA::ORB_ptr orb, 
        RTScheduling::Current_ptr current,
        Task_Stats& task_stats,
        int enable_yield)
  :  orb_ (CORBA::ORB::_duplicate (orb)),
     current_ (RTScheduling::Current::_duplicate (current)),
     task_stats_ (task_stats),
     enable_yield_ (enable_yield)   
{
}