summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security/SL3_ObjectCredentialsPolicy.h
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/SL3_ObjectCredentialsPolicy.h
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/SL3_ObjectCredentialsPolicy.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL3_ObjectCredentialsPolicy.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL3_ObjectCredentialsPolicy.h b/TAO/orbsvcs/orbsvcs/Security/SL3_ObjectCredentialsPolicy.h
index 84e1ada564d..c4479d9aa8e 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL3_ObjectCredentialsPolicy.h
+++ b/TAO/orbsvcs/orbsvcs/Security/SL3_ObjectCredentialsPolicy.h
@@ -1,4 +1,3 @@
-
// -*- C++ -*-
//=============================================================================
@@ -31,6 +30,9 @@
#pragma warning(disable:4250)
#endif /* _MSC_VER */
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace SL3
@@ -46,7 +48,7 @@ namespace TAO
* POA will have the credentials contained within this Policy
* associated with them.
*/
- class TAO_Security_Export ObjectCredentialsPolicy
+ class ObjectCredentialsPolicy
: public virtual SecurityLevel3::ObjectCredentialsPolicy,
public virtual TAO_Local_RefCounted_Object
{
@@ -97,6 +99,7 @@ namespace TAO
} // End TAO namespace
+TAO_END_VERSIONED_NAMESPACE_DECL
#if defined(_MSC_VER)
#pragma warning(pop)