summaryrefslogtreecommitdiff
path: root/TAO/examples/AMH/Sink_Server/Base_Server.inl
blob: 1f966fa6302ba6b00e3b4fe62482306b58ab1681 (plain)
1
2
3
4
5
6
7
#include "Base_Server.h"

ACE_INLINE CORBA::ORB_ptr
Base_Server::orb ()
{
  return this->orb_.in();
}