diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-11-09 20:47:31 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-11-09 20:47:31 +0000 |
commit | 4fc9b598a19ecec585d46e6ff4a71f14596d0384 (patch) | |
tree | 32b20ac2791e4c36ca07fbce9ecb3ec1814854d9 /TAO/tao/MessagingC.h | |
parent | 4b8d556f2f28e7e6edbc04a7591a494f94503371 (diff) | |
download | ATCD-4fc9b598a19ecec585d46e6ff4a71f14596d0384.tar.gz |
ChangeLogTag:Tue Nov 9 14:34:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'TAO/tao/MessagingC.h')
-rw-r--r-- | TAO/tao/MessagingC.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/MessagingC.h b/TAO/tao/MessagingC.h index 020f51bf763..bccba0fbb0e 100644 --- a/TAO/tao/MessagingC.h +++ b/TAO/tao/MessagingC.h @@ -49,6 +49,7 @@ #endif #define TAO_EXPORT_MACRO TAO_Export #if defined(_MSC_VER) +#pragma warning(push) #pragma warning(disable:4250) #endif /* _MSC_VER */ @@ -2160,7 +2161,7 @@ CORBA::Boolean TAO_Export operator>> (TAO_InputCDR &, Messaging::Poller_ptr &); #endif /* defined INLINE */ #if defined(_MSC_VER) -#pragma warning(default:4250) +#pragma warning(pop) #endif /* _MSC_VER */ #endif /* TAO_HAS_CORBA_MESSAGING */ |