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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/Policy_Current_Impl.h b/TAO/tao/Policy_Current_Impl.h
index 300473723ac..fd95008a237 100644
--- a/TAO/tao/Policy_Current_Impl.h
+++ b/TAO/tao/Policy_Current_Impl.h
@@ -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 */