diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-22 01:25:05 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-22 01:25:05 +0000 |
commit | ac7638c968037d3661d857e5b5ceda5551371462 (patch) | |
tree | 54038bfacd793244ca1dbf9de8de1b5f6a34d891 /TAO/tao/BoundsC.h | |
parent | 80c51449a637b1d7245eabc53d483c5e82f9b8be (diff) | |
download | ATCD-ac7638c968037d3661d857e5b5ceda5551371462.tar.gz |
ChangeLogTag:Sun Nov 21 19:15:10 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/BoundsC.h')
-rw-r--r-- | TAO/tao/BoundsC.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/BoundsC.h b/TAO/tao/BoundsC.h index 0aaeb7a9b15..549063782c3 100644 --- a/TAO/tao/BoundsC.h +++ b/TAO/tao/BoundsC.h @@ -28,7 +28,9 @@ # define TAO_EXPORT_NESTED_MACRO #endif /* TAO_EXPORT_NESTED_CLASSES */ #if defined(_MSC_VER) +#if (_MSC_VER >= 1200) #pragma warning(push) +#endif /* _MSC_VER >= 1200 */ #pragma warning(disable:4250) #endif /* _MSC_VER */ @@ -74,7 +76,7 @@ CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Bounds &); #include "tao/BoundsC.i" #endif /* defined INLINE */ -#if defined(_MSC_VER) +#if defined(_MSC_VER) && (_MSC_VER >= 1200) #pragma warning(pop) #endif /* _MSC_VER */ |