summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3068_Regression/test_i.inl
blob: c53124309f707aa324ef9d69d0a8ad470bd47c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

ACE_INLINE
Callback_i::Callback_i (CORBA::ORB_ptr orb)
  :  orb_ (CORBA::ORB::_duplicate (orb))
{
}

ACE_INLINE
Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb, int no_iterations)
  :  orb_ (CORBA::ORB::_duplicate (orb)),
     flag_ (0),
     caller_ (0),
     iterations_ (no_iterations)
{
}