summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security/CSI_Utils.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/CSI_Utils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.h b/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.h
index 5b1e5409858..8f233dbfd97 100644
--- a/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.h
+++ b/TAO/orbsvcs/orbsvcs/Security/CSI_Utils.h
@@ -18,6 +18,11 @@
// the declared types/variables are not meant to be used outside TAO's
// CSIv2 implementation.
+#include "tao/orbconf.h"
+#include "tao/Versioned_Namespace.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Forward declarations
namespace IOP
{
@@ -46,4 +51,6 @@ namespace TAO
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_CSI_UTILS_H */