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.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp b/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp
index c600d1c71c9..0e7c1a01478 100644
--- a/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp
+++ b/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp
@@ -1,6 +1,6 @@
// $Id$
-#include "CSI_Utils.h"
+#include "orbsvcs/Security/CSI_Utils.h"
#include "orbsvcs/CSIC.h"
#include "tao/CDR.h"
@@ -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