From d30481a515e68817ee812e6527f0e4afeb21651e Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Wed, 2 Nov 2005 11:03:27 +0000 Subject: ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman --- TAO/tao/Policy_Manager.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'TAO/tao/Policy_Manager.h') diff --git a/TAO/tao/Policy_Manager.h b/TAO/tao/Policy_Manager.h index c61e90afdb9..14c00ee8721 100644 --- a/TAO/tao/Policy_Manager.h +++ b/TAO/tao/Policy_Manager.h @@ -36,10 +36,11 @@ #pragma warning(disable:4250) #endif /* _MSC_VER */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL -class TAO_Export TAO_Policy_Manager : - public CORBA::PolicyManager, - public TAO_Local_RefCounted_Object +class TAO_Policy_Manager + : public CORBA::PolicyManager + , public TAO_Local_RefCounted_Object { public: /// constructor @@ -75,6 +76,8 @@ private: TAO_Policy_Set impl_; }; +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined(_MSC_VER) #pragma warning(pop) #endif /* _MSC_VER */ -- cgit v1.2.1