summaryrefslogtreecommitdiff
path: root/TAO/tests/Hang_Shutdown/test_i.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-14 14:43:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-14 14:43:40 +0000
commit3d7a00139c00f44d92c44008901eca0656a4d1a4 (patch)
tree96cbb834ea71de27bf93aacdac208cdf381bb9d7 /TAO/tests/Hang_Shutdown/test_i.h
parent70d08263890346b944c15d721943c6ff35957198 (diff)
downloadATCD-3d7a00139c00f44d92c44008901eca0656a4d1a4.tar.gz
ChangeLogTag: Mon Mar 14 13:59:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Hang_Shutdown/test_i.h')
-rw-r--r--TAO/tests/Hang_Shutdown/test_i.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/Hang_Shutdown/test_i.h b/TAO/tests/Hang_Shutdown/test_i.h
index 9bea92c05f3..070d8e634a4 100644
--- a/TAO/tests/Hang_Shutdown/test_i.h
+++ b/TAO/tests/Hang_Shutdown/test_i.h
@@ -8,9 +8,7 @@
#include "testS.h"
#if defined (_MSC_VER)
-# if (_MSC_VER >= 1200)
# pragma warning(push)
-# endif /* _MSC_VER >= 1200 */
# pragma warning (disable:4250)
#endif /* _MSC_VER */
@@ -47,7 +45,7 @@ namespace TAO
};
}
}
-#if defined(_MSC_VER) && (_MSC_VER >= 1200)
+#if defined(_MSC_VER)
# pragma warning(pop)
#endif /* _MSC_VER */