summaryrefslogtreecommitdiff
path: root/TAO/tests/Faults/ping_i.i
blob: fd6871b96f95791820be2adf911762dd4650eb99 (plain)
1
2
3
4
5
6
7
8
9
// $Id$

ACE_INLINE
Ping_i::Ping_i (CORBA::ORB_ptr orb,
                PortableServer::POA_ptr poa)
  :  orb_ (CORBA::ORB::_duplicate (orb)),
     poa_ (PortableServer::POA::_duplicate (poa))
{
}