summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.inl
blob: 40816da97c0d16b352111cc4d5c26eb5d070c3be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * @file RTServer_Setup.inl
 *
 * $Id$
 *
 * @author Carlos O'Ryan <coryan@uci.edu>
 */

ACE_INLINE PortableServer::POA_ptr
RTServer_Setup::poa (void)
{
  return PortableServer::POA::_duplicate (this->poa_.in ());
}