summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.inl')
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.inl8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.inl b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.inl
index 0a2d404b767..40816da97c0 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.inl
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.inl
@@ -9,11 +9,5 @@
ACE_INLINE PortableServer::POA_ptr
RTServer_Setup::poa (void)
{
- return this->rtpoa_setup_->poa ();
-}
-
-ACE_INLINE RTCORBA_Setup *
-RTServer_Setup::rtcorba_setup (void)
-{
- return this->rtcorba_setup_.get ();
+ return PortableServer::POA::_duplicate (this->poa_.in ());
}