summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.inl
blob: 9ea4dcc4a43492ea13707b2f5354d7d08dd4bc1f (plain)
1
2
3
4
5
6
7
8
9
10
// $Id : $

namespace TAO_FTRTEC {
  ACE_INLINE RtecEventChannelAdmin::EventChannel_ptr
    FTEC_Gateway::_this(ACE_ENV_SINGLE_ARG_DECL)
  {
    PortableServer::POA_var poa = _default_POA();
    return activate(poa.in());
  }
}