summaryrefslogtreecommitdiff
path: root/TAO/tao/Base_Connection_Property.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Base_Connection_Property.i')
-rw-r--r--TAO/tao/Base_Connection_Property.i13
1 files changed, 10 insertions, 3 deletions
diff --git a/TAO/tao/Base_Connection_Property.i b/TAO/tao/Base_Connection_Property.i
index 10a1c8a7ebc..4256027d1ee 100644
--- a/TAO/tao/Base_Connection_Property.i
+++ b/TAO/tao/Base_Connection_Property.i
@@ -8,9 +8,9 @@ TAO_Base_Connection_Property::TAO_Base_Connection_Property (void)
}
ACE_INLINE
-TAO_Base_Connection_Property::TAO_Base_Connection_Property (
- TAO_Endpoint *endpoint,
- CORBA::Boolean flag)
+TAO_Base_Connection_Property::
+ TAO_Base_Connection_Property (TAO_Endpoint *endpoint,
+ CORBA::Boolean flag)
: endpoint_ (endpoint),
endpoint_flag_ (flag)
{
@@ -24,6 +24,13 @@ TAO_Base_Connection_Property::~TAO_Base_Connection_Property (void)
}
+ACE_INLINE TAO_Endpoint *
+TAO_Base_Connection_Property::endpoint (void)
+{
+ return this->endpoint_;
+}
+
+
ACE_INLINE
TAO_Base_Connection_Property::TAO_Base_Connection_Property (
const TAO_Base_Connection_Property &rhs)