summaryrefslogtreecommitdiff
path: root/TAO/tao/Exclusive_TMS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Exclusive_TMS.cpp')
-rw-r--r--TAO/tao/Exclusive_TMS.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Exclusive_TMS.cpp b/TAO/tao/Exclusive_TMS.cpp
index 46453d885d4..9780a4bdf66 100644
--- a/TAO/tao/Exclusive_TMS.cpp
+++ b/TAO/tao/Exclusive_TMS.cpp
@@ -9,6 +9,8 @@ ACE_RCSID (tao,
Exclusive_TMS,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Exclusive_TMS::TAO_Exclusive_TMS (TAO_Transport *transport)
: TAO_Transport_Mux_Strategy (transport),
request_id_generator_ (0),
@@ -126,3 +128,4 @@ TAO_Exclusive_TMS::connection_closed (void)
this->rd_->connection_closed ();
}
+TAO_END_VERSIONED_NAMESPACE_DECL