summaryrefslogtreecommitdiff
path: root/TAO/tao/IOPC.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/IOPC.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/IOPC.h')
-rw-r--r--TAO/tao/IOPC.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/IOPC.h b/TAO/tao/IOPC.h
index 3d81a5d618f..3b4e8633647 100644
--- a/TAO/tao/IOPC.h
+++ b/TAO/tao/IOPC.h
@@ -34,6 +34,7 @@
#endif
#define TAO_EXPORT_MACRO TAO_Export
#if defined(_MSC_VER)
+#pragma warning(push)
#pragma warning(disable:4250)
#endif /* _MSC_VER */
@@ -663,7 +664,7 @@ CORBA::Boolean TAO_Export operator>> (
#endif /* defined INLINE */
#if defined(_MSC_VER)
-#pragma warning(default:4250)
+#pragma warning(pop)
#endif /* _MSC_VER */
#endif /* TAO_IOPC_H */