Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / tests / BiDirectional_NestedUpcall / test_i.inl
blob566fe0d303c7662f1365d26da75ea26e94ebfcb1
1 ACE_INLINE
2 Callback_i::Callback_i (CORBA::ORB_ptr orb)
3   :  orb_ (CORBA::ORB::_duplicate (orb))
7 ACE_INLINE
8 Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb,
9                                   int no_iterations)
10   :  orb_ (CORBA::ORB::_duplicate (orb)),
11      callback_ (0),
12      no_iterations_ (no_iterations)