summaryrefslogtreecommitdiff
path: root/TAO/tao/IOPS.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-11-09 20:47:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-11-09 20:47:31 +0000
commitc69c20698df120bf1b3bbf23695a1ba4f0e3d299 (patch)
tree32b20ac2791e4c36ca07fbce9ecb3ec1814854d9 /TAO/tao/IOPS.h
parent225677cb1722a669554aa363ccd705e23812caf8 (diff)
downloadATCD-c69c20698df120bf1b3bbf23695a1ba4f0e3d299.tar.gz
ChangeLogTag:Tue Nov 9 14:34:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IOPS.h')
-rw-r--r--TAO/tao/IOPS.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/IOPS.h b/TAO/tao/IOPS.h
index 18a13f21d11..118e42b2e6e 100644
--- a/TAO/tao/IOPS.h
+++ b/TAO/tao/IOPS.h
@@ -27,6 +27,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#if defined(_MSC_VER)
+#pragma warning(push)
#pragma warning(disable:4250)
#endif /* _MSC_VER */
@@ -42,7 +43,7 @@ TAO_NAMESPACE_CLOSE
#endif /* defined INLINE */
#if defined(_MSC_VER)
-#pragma warning(default:4250)
+#pragma warning(pop)
#endif /* _MSC_VER */
#endif /* TAO_IOPS_H */