summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP_Factory.inl
blob: 28b4ba7a46e5770083b3a81b8a9e807c040fb21e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- C++ -*-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE int
TAO_EC_Gateway_IIOP_Factory::use_ttl () const
{
  return this->use_ttl_;
}

ACE_INLINE int
TAO_EC_Gateway_IIOP_Factory::use_consumer_proxy_map () const
{
  return this->use_consumer_proxy_map_;
}

TAO_END_VERSIONED_NAMESPACE_DECL