summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP_Factory.i
blob: 45dbd3f9d3ff8d7c8bf1fc08947a864cc5174db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- C++ -*-
//
// $Id$

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

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

TAO_END_VERSIONED_NAMESPACE_DECL