summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/ClientRequestInfo.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 09:26:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 09:26:56 +0000
commit95308be2e75a55ea78e0bd56e486e5f65b6ee60a (patch)
treeda21be1d8871e4d8f1fb0cc6f36f6de06584e8c0 /TAO/tao/PI/ClientRequestInfo.cpp
parent93ea04d5325d1228d58e24ba13c92ec23dc57bc5 (diff)
downloadATCD-95308be2e75a55ea78e0bd56e486e5f65b6ee60a.tar.gz
ChangeLogTag:Thu Nov 3 09:26:21 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PI/ClientRequestInfo.cpp')
-rw-r--r--TAO/tao/PI/ClientRequestInfo.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/PI/ClientRequestInfo.cpp b/TAO/tao/PI/ClientRequestInfo.cpp
index 58117d9903c..b78a8a21746 100644
--- a/TAO/tao/PI/ClientRequestInfo.cpp
+++ b/TAO/tao/PI/ClientRequestInfo.cpp
@@ -4,7 +4,7 @@
#if TAO_HAS_INTERCEPTORS == 1
-ACE_RCSID (tao,
+ACE_RCSID (PI,
ClientRequestInfo,
"$Id$")
@@ -24,6 +24,8 @@ ACE_RCSID (tao,
#include "tao/Service_Context.h"
#include "tao/Exception_Data.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_ClientRequestInfo::TAO_ClientRequestInfo (TAO::Invocation_Base *inv)
: invocation_ (inv),
rs_pi_current_ (),
@@ -746,4 +748,6 @@ TAO_ClientRequestInfo::tao_ft_retention_id (void) const
return this->invocation_->operation_details ().ft_retention_id ();
}
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_HAS_INTERCEPTORS == 1 */