summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-07-07 15:02:52 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-07-07 15:02:52 +0000
commit2dc11078a536cb6a1a66fd2b887a6603ba2b33ec (patch)
tree5b3ce76fff4330d18a4714d1c965c93324554540 /TAO/orbsvcs/tests/Notify/performance-tests/RedGreen
parentd56bda476aa26a158400170758911e0292cb4653 (diff)
downloadATCD-2dc11078a536cb6a1a66fd2b887a6603ba2b33ec.tar.gz
Thu Jul 7 10:01:26 2005 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/performance-tests/RedGreen')
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h
index f48b999aac6..03e74861531 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h
@@ -26,9 +26,7 @@
#include "ace/Sched_Params.h"
#if defined(_MSC_VER)
-#if (_MSC_VER >= 1200)
#pragma warning(push)
-#endif /* _MSC_VER >= 1200 */
#pragma warning(disable:4250)
#endif /* _MSC_VER */
@@ -322,7 +320,7 @@ protected:
/*****************************************************************/
-#if defined(_MSC_VER) && (_MSC_VER >= 1200)
+#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */