summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Current_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Policy_Current_Impl.h')
-rw-r--r--TAO/tao/Policy_Current_Impl.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/Policy_Current_Impl.h b/TAO/tao/Policy_Current_Impl.h
index 300473723ac..270342fe234 100644
--- a/TAO/tao/Policy_Current_Impl.h
+++ b/TAO/tao/Policy_Current_Impl.h
@@ -19,7 +19,7 @@
#include /**/ "ace/pre.h"
-#include "TAO_Export.h"
+#include "tao/TAO_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -38,7 +38,9 @@
#pragma warning(disable:4250)
#endif /* _MSC_VER */
-class TAO_Export TAO_Policy_Current_Impl
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+class TAO_Policy_Current_Impl
{
public:
@@ -67,6 +69,8 @@ private:
TAO_Policy_Set manager_impl_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */