summaryrefslogtreecommitdiff
path: root/TAO/tao/Bind_Dispatcher_Guard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Bind_Dispatcher_Guard.cpp')
-rw-r--r--TAO/tao/Bind_Dispatcher_Guard.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/Bind_Dispatcher_Guard.cpp b/TAO/tao/Bind_Dispatcher_Guard.cpp
index c88d3af1783..9466a58fe3e 100644
--- a/TAO/tao/Bind_Dispatcher_Guard.cpp
+++ b/TAO/tao/Bind_Dispatcher_Guard.cpp
@@ -11,8 +11,6 @@ ACE_RCSID (tao,
Bind_Dispatcher_Guard,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
TAO_Bind_Dispatcher_Guard::TAO_Bind_Dispatcher_Guard (
CORBA::ULong request_id,
TAO_Reply_Dispatcher* rd,
@@ -38,5 +36,3 @@ TAO_Bind_Dispatcher_Guard::~TAO_Bind_Dispatcher_Guard (void)
if (this->status_ == TAO_Bind_Dispatcher_Guard::UNBIND)
(void) this->tms_->unbind_dispatcher (this->request_id_);
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL