summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_3531_Regression/test_i.inl
blob: 7660ba1707e11d1d4f9e9a5bcd3fbc556082d212 (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$

ACE_INLINE
Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
  :  orb_ (CORBA::ORB::_duplicate (orb)),
     lock_ (),
     cond_ (lock_),
     timer_registed_ (false)
{
}