summaryrefslogtreecommitdiff
path: root/TAO/tao/Request_Dispatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Request_Dispatcher.cpp')
-rw-r--r--TAO/tao/Request_Dispatcher.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Request_Dispatcher.cpp b/TAO/tao/Request_Dispatcher.cpp
index 4e1d483a6c3..2f4abca0ceb 100644
--- a/TAO/tao/Request_Dispatcher.cpp
+++ b/TAO/tao/Request_Dispatcher.cpp
@@ -8,6 +8,8 @@ ACE_RCSID (tao,
Request_Dispatcher,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Request_Dispatcher::~TAO_Request_Dispatcher (void)
{
}
@@ -25,3 +27,5 @@ TAO_Request_Dispatcher::dispatch (TAO_ORB_Core *orb_core,
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL