summaryrefslogtreecommitdiff
path: root/TAO/tao/corbafwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/corbafwd.h')
-rw-r--r--TAO/tao/corbafwd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/corbafwd.h b/TAO/tao/corbafwd.h
index e5e48be282f..a089ef20d9c 100644
--- a/TAO/tao/corbafwd.h
+++ b/TAO/tao/corbafwd.h
@@ -76,6 +76,7 @@
#endif
#define TAO_EXPORT_MACRO TAO_Export
#if defined(_MSC_VER)
+#pragma warning(push)
#pragma warning(disable:4250)
#endif /* _MSC_VER */
@@ -1817,4 +1818,8 @@ typedef TAO_ObjectKey *TAO_ObjectKey_ptr;
# include "tao/corbafwd.i"
#endif /* ! __ACE_INLINE__ */
+#if defined(_MSC_VER)
+#pragma warning(pop)
+#endif /* _MSC_VER */
+
#endif /* TAO_CORBAFWD_H */