summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3531_Regression/test_i.inl
blob: 77862680d263c2314ec17f2392c8b9e41d860a95 (plain)
1
2
3
4
5
6
7
8
ACE_INLINE
Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
  :  orb_ (CORBA::ORB::_duplicate (orb)),
     lock_ (),
     cond_ (lock_),
     timer_registed_ (false)
{
}