summaryrefslogtreecommitdiff
path: root/TAO/tao/InterfaceC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/InterfaceC.h')
-rw-r--r--TAO/tao/InterfaceC.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/InterfaceC.h b/TAO/tao/InterfaceC.h
index 7f78630aa24..093fd789d0e 100644
--- a/TAO/tao/InterfaceC.h
+++ b/TAO/tao/InterfaceC.h
@@ -35,6 +35,7 @@
# define TAO_EXPORT_NESTED_MACRO
#endif /* TAO_EXPORT_NESTED_CLASSES */
#if defined(_MSC_VER)
+#pragma warning(push)
#pragma warning(disable:4250)
#endif /* _MSC_VER */
@@ -8537,7 +8538,7 @@ operator>> (TAO_InputCDR &, CORBA::ValueBoxDef_ptr &);
#endif /* defined INLINE */
#if defined(_MSC_VER)
-#pragma warning(default:4250)
+#pragma warning(pop)
#endif /* _MSC_VER */
#endif /*TAO_HAS_INTERFACE_REPOSITORY */