summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-10 06:47:24 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-10 06:47:24 +0000
commit1b6be8f5e2e7e445aaf70a493e04e7a6629614ff (patch)
tree2b80a1f74f8eefbb01501abb551e57aefbc240fd /TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp
parent9f6a1de034a521f9aebc481639856fcfd8d0620d (diff)
downloadATCD-1b6be8f5e2e7e445aaf70a493e04e7a6629614ff.tar.gz
ChangeLogTag:Wed Nov 9 22:34:24 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp
index f914c45ae99..351277b62f9 100644
--- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp
@@ -20,6 +20,8 @@ ACE_RCSID (FaultTolerance,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
FT_ClientRequest_Interceptor::FT_ClientRequest_Interceptor (void)
@@ -435,3 +437,5 @@ namespace TAO
return t;
}
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL