summaryrefslogtreecommitdiff
path: root/TAO/tao/DLL_ORB.inl
blob: b3240cf9ff971f7fbd18226b12e02a2c2698ff24 (plain)
1
2
3
4
5
6
7
8
9
10
// -*- C++ -*-
//
// $Id$


ACE_INLINE CORBA::ORB_ptr
TAO_DLL_ORB::orb (void)
{
  return CORBA::ORB::_duplicate (this->orb_.in());
}