summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Current.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Policy_Current.h')
-rw-r--r--TAO/tao/Policy_Current.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/TAO/tao/Policy_Current.h b/TAO/tao/Policy_Current.h
index ad0d5da00e3..889c1971d24 100644
--- a/TAO/tao/Policy_Current.h
+++ b/TAO/tao/Policy_Current.h
@@ -19,14 +19,12 @@
#include /**/ "ace/pre.h"
-#include "TAO_Export.h"
+#include "tao/orbconf.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/orbconf.h"
-
#if (TAO_HAS_CORBA_MESSAGING == 1)
#include "tao/PolicyC.h"
@@ -37,11 +35,13 @@
#pragma warning(disable:4250)
#endif /* _MSC_VER */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_Policy_Current_Impl;
-class TAO_Export TAO_Policy_Current :
- public CORBA::PolicyCurrent,
- public TAO_Local_RefCounted_Object
+class TAO_Policy_Current
+ : public CORBA::PolicyCurrent
+ , public TAO_Local_RefCounted_Object
{
public:
/// Constructor
@@ -77,6 +77,8 @@ public:
TAO_Policy_Current_Impl &implementation (TAO_Policy_Current_Impl &);
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */