summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp b/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp
index c600d1c71c9..a0fab4d2a1f 100644
--- a/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp
+++ b/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp
@@ -12,6 +12,7 @@ ACE_RCSID (Security,
CSI_Utils,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
void
TAO::CSI_Utils::create_sas_service_context (
@@ -64,3 +65,5 @@ TAO::CSI_Utils::extract_sas_service_context (
return (cdr >> sas_context);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL