summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.cpp b/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.cpp
index e0159269ff5..a20eae8dae7 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.cpp
+++ b/TAO/orbsvcs/orbsvcs/Security/SL3_CredentialsCurator.cpp
@@ -8,6 +8,7 @@ ACE_RCSID (Security,
SL3_CredentialsCurator,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
@@ -279,3 +280,5 @@ TAO::SL3::CredentialsCurator::_tao_add_own_credentials (
// CredentialsCurator nows owns the id.
(void) credentials_id._retn ();
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL