diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-01-07 13:55:52 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-01-07 13:55:52 +0000 |
commit | c9a6a993043cfb493fc5b4a334529e7a12030f40 (patch) | |
tree | 64ee8ddefc78c21e60dc5a109fddf9cc0ef2aab1 /TAO/performance-tests | |
parent | ba28554d27b215ac6f5b2da2623a62a6f3ee668f (diff) | |
download | ATCD-c9a6a993043cfb493fc5b4a334529e7a12030f40.tar.gz |
ChangeLogTag: Tue Jan 7 09:02:52 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r-- | TAO/performance-tests/Memory/IORsize/Foo_i.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/performance-tests/Memory/IORsize/Foo_i.h b/TAO/performance-tests/Memory/IORsize/Foo_i.h index 7f789b93361..e720e6658eb 100644 --- a/TAO/performance-tests/Memory/IORsize/Foo_i.h +++ b/TAO/performance-tests/Memory/IORsize/Foo_i.h @@ -27,4 +27,9 @@ private: CORBA::ORB_var orb_; }; +#if defined(_MSC_VER) && (_MSC_VER >= 1200) +# pragma warning(pop) +#endif /* _MSC_VER */ + +#include "ace/post.h" #endif /*FOO_I_H*/ |