Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Faults / ping_i.inl
blob38515dd085d944f928247e4f9c9f6b5c32a4ecca
1 ACE_INLINE
2 PingObject_i::PingObject_i (CORBA::ORB_ptr orb,
3                             PortableServer::POA_ptr poa)
4   :  orb_ (CORBA::ORB::_duplicate (orb)),
5      poa_ (PortableServer::POA::_duplicate (poa))