summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Current.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-24 18:49:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-24 18:49:54 +0000
commitdc41c60bb4d992e8ab727597ebecfdc33d460829 (patch)
tree87acb0a7348c43e376ad971b554cdcb50236b716 /TAO/tao/Policy_Current.h
parent47aac62c66758703b75dcf594720d4714de28aa8 (diff)
downloadATCD-dc41c60bb4d992e8ab727597ebecfdc33d460829.tar.gz
Thu Apr 24 18:33:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Policy_Current.h')
-rw-r--r--TAO/tao/Policy_Current.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/TAO/tao/Policy_Current.h b/TAO/tao/Policy_Current.h
index 5a569e889df..05c18e88e90 100644
--- a/TAO/tao/Policy_Current.h
+++ b/TAO/tao/Policy_Current.h
@@ -30,18 +30,13 @@
#include "tao/Policy_CurrentC.h"
#include "tao/LocalObject.h"
-#if defined(_MSC_VER)
-#pragma warning(push)
-#pragma warning(disable:4250)
-#endif /* _MSC_VER */
-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_Policy_Current_Impl;
class TAO_Policy_Current
: public CORBA::PolicyCurrent
- , public TAO_Local_RefCounted_Object
+ , public ::CORBA::LocalObject
{
public:
/// Constructor
@@ -69,10 +64,6 @@ public:
TAO_END_VERSIONED_NAMESPACE_DECL
-#if defined(_MSC_VER)
-#pragma warning(pop)
-#endif /* _MSC_VER */
-
#if defined (__ACE_INLINE__)
# include "tao/Policy_Current.inl"
#endif /* __ACE_INLINE__ */