summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP_Factory.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP_Factory.inl')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP_Factory.inl19
1 files changed, 19 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP_Factory.inl b/ACE/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP_Factory.inl
new file mode 100644
index 00000000000..45dbd3f9d3f
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP_Factory.inl
@@ -0,0 +1,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