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, 1 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp b/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp
index 0e7c1a01478..c600d1c71c9 100644
--- a/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp
+++ b/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.cpp
@@ -1,6 +1,6 @@
// $Id$
-#include "orbsvcs/Security/CSI_Utils.h"
+#include "CSI_Utils.h"
#include "orbsvcs/CSIC.h"
#include "tao/CDR.h"
@@ -12,7 +12,6 @@ ACE_RCSID (Security,
CSI_Utils,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
void
TAO::CSI_Utils::create_sas_service_context (
@@ -65,5 +64,3 @@ TAO::CSI_Utils::extract_sas_service_context (
return (cdr >> sas_context);
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL