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 | c69c20698df120bf1b3bbf23695a1ba4f0e3d299 (patch) | |
tree | 32b20ac2791e4c36ca07fbce9ecb3ec1814854d9 /TAO/tao/InterceptorS.h | |
parent | 225677cb1722a669554aa363ccd705e23812caf8 (diff) | |
download | ATCD-c69c20698df120bf1b3bbf23695a1ba4f0e3d299.tar.gz |
ChangeLogTag:Tue Nov 9 14:34:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'TAO/tao/InterceptorS.h')
-rw-r--r-- | TAO/tao/InterceptorS.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/InterceptorS.h b/TAO/tao/InterceptorS.h index e59d7db8941..3fc9ea36b42 100644 --- a/TAO/tao/InterceptorS.h +++ b/TAO/tao/InterceptorS.h @@ -18,6 +18,7 @@ #endif /* ACE_LACKS_PRAGMA_ONCE */ #if defined(_MSC_VER) +#pragma warning(push) #pragma warning(disable:4250) #endif /* _MSC_VER */ @@ -437,7 +438,7 @@ TAO_NAMESPACE_CLOSE #endif /* TAO_HAS_INTERCEPTORS */ #if defined(_MSC_VER) -#pragma warning(default:4250) +#pragma warning(pop) #endif /* _MSC_VER */ #endif /* ifndef */ |