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

ACE_INLINE TAO_ORB_Core *
TAO_ORBInitInfo::orb_core (void) const
{
  return this->orb_core_;
}