summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Request_Muxing
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Request_Muxing')
-rw-r--r--TAO/tests/Big_Request_Muxing/Payload_Receiver.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Big_Request_Muxing/Payload_Receiver.h b/TAO/tests/Big_Request_Muxing/Payload_Receiver.h
index 12f3555a252..cc32a3c1f92 100644
--- a/TAO/tests/Big_Request_Muxing/Payload_Receiver.h
+++ b/TAO/tests/Big_Request_Muxing/Payload_Receiver.h
@@ -9,9 +9,7 @@
#include "TestS.h"
#if defined (_MSC_VER)
-# if (_MSC_VER >= 1200)
-# pragma warning(push)
-# endif /* _MSC_VER >= 1200 */
+# pragma warning(push)
# pragma warning (disable:4250)
#endif /* _MSC_VER */
@@ -42,7 +40,7 @@ private:
CORBA::ULong byte_count_;
};
-#if defined(_MSC_VER) && (_MSC_VER >= 1200)
+#if defined(_MSC_VER)
# pragma warning(pop)
#endif /* _MSC_VER */