summaryrefslogtreecommitdiff
path: root/TAO/tao/Base_Transport_Property.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Base_Transport_Property.inl')
-rw-r--r--TAO/tao/Base_Transport_Property.inl29
1 files changed, 29 insertions, 0 deletions
diff --git a/TAO/tao/Base_Transport_Property.inl b/TAO/tao/Base_Transport_Property.inl
new file mode 100644
index 00000000000..b205072f564
--- /dev/null
+++ b/TAO/tao/Base_Transport_Property.inl
@@ -0,0 +1,29 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+TAO_Base_Transport_Property::TAO_Base_Transport_Property (void)
+{
+}
+
+ACE_INLINE
+TAO_Base_Transport_Property::
+ TAO_Base_Transport_Property (TAO_Endpoint *endpoint,
+ CORBA::Boolean flag)
+ : TAO_Transport_Descriptor_Interface (endpoint,
+ flag)
+{
+}
+
+ACE_INLINE
+TAO_Base_Transport_Property::TAO_Base_Transport_Property (
+ const TAO_Base_Transport_Property &rhs)
+ : TAO_Transport_Descriptor_Interface (rhs.endpoint_->duplicate (),
+ true)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL