summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security/SL2_QOPPolicy.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-16 07:53:25 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-16 07:53:25 +0000
commit2e63865a90a727353639247359ff0b481b1a5008 (patch)
tree4fe278fd231681ca52ddac52415209ebc4fbed82 /TAO/orbsvcs/orbsvcs/Security/SL2_QOPPolicy.cpp
parent8085e31e8a1d43e47db34f963e19403e438fa3f5 (diff)
downloadATCD-2e63865a90a727353639247359ff0b481b1a5008.tar.gz
ChangeLogTag:Tue Nov 15 23:48:47 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security/SL2_QOPPolicy.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL2_QOPPolicy.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL2_QOPPolicy.cpp b/TAO/orbsvcs/orbsvcs/Security/SL2_QOPPolicy.cpp
index 6d9748b209d..521a8706db0 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL2_QOPPolicy.cpp
+++ b/TAO/orbsvcs/orbsvcs/Security/SL2_QOPPolicy.cpp
@@ -10,6 +10,8 @@ ACE_RCSID (Security,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO::Security::QOPPolicy::QOPPolicy (::Security::QOP qop)
: qop_ (qop)
{
@@ -55,3 +57,5 @@ TAO::Security::QOPPolicy::qop (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
{
return this->qop_;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL