summaryrefslogtreecommitdiff
path: root/TAO/tests/Client_Leaks/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Client_Leaks/Process.h')
-rw-r--r--TAO/tests/Client_Leaks/Process.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/Client_Leaks/Process.h b/TAO/tests/Client_Leaks/Process.h
index f7c8a86ffbb..4118fc33d58 100644
--- a/TAO/tests/Client_Leaks/Process.h
+++ b/TAO/tests/Client_Leaks/Process.h
@@ -8,15 +8,9 @@
#include "TestS.h"
-#if defined (_MSC_VER)
-# pragma warning(push)
-# pragma warning (disable:4250)
-#endif /* _MSC_VER */
-
/// Implement the Test::Process interface
class Process
: public virtual POA_Test::Process
- , public virtual PortableServer::RefCountServantBase
{
public:
/// Constructor
@@ -35,9 +29,5 @@ private:
CORBA::ORB_var orb_;
};
-#if defined(_MSC_VER)
-# pragma warning(pop)
-#endif /* _MSC_VER */
-
#include /**/ "ace/post.h"
#endif /* CLIENT_LEAKS_PROCESS_H */