summaryrefslogtreecommitdiff
path: root/TAO/tao/Base_Transport_Property.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Base_Transport_Property.cpp')
-rw-r--r--TAO/tao/Base_Transport_Property.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Base_Transport_Property.cpp b/TAO/tao/Base_Transport_Property.cpp
index 75b3d08349c..121aea34b89 100644
--- a/TAO/tao/Base_Transport_Property.cpp
+++ b/TAO/tao/Base_Transport_Property.cpp
@@ -11,11 +11,12 @@ ACE_RCSID (tao,
Base_Transport_Property,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Base_Transport_Property::~TAO_Base_Transport_Property (void)
{
}
-
TAO_Transport_Descriptor_Interface *
TAO_Base_Transport_Property::duplicate (void)
{
@@ -53,3 +54,5 @@ TAO_Base_Transport_Property::hash (void) const
{
return this->endpoint_->hash ();
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL