summaryrefslogtreecommitdiff
path: root/TAO/tests/Cache_Growth_Test
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-04 08:55:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-04 08:55:12 +0000
commitefa3cae323b347a2aa2a55823f8ff6bc068d3367 (patch)
tree895ae46c3a981a6a44e800f560ac08464b111aa9 /TAO/tests/Cache_Growth_Test
parentd21047dce23792c86471363e6053b9209986b311 (diff)
downloadATCD-efa3cae323b347a2aa2a55823f8ff6bc068d3367.tar.gz
ChangeLogTag: Mon Jul 4 08:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Cache_Growth_Test')
-rw-r--r--TAO/tests/Cache_Growth_Test/Hello.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/Cache_Growth_Test/Hello.h b/TAO/tests/Cache_Growth_Test/Hello.h
index ac59ba89dc2..1a404058944 100644
--- a/TAO/tests/Cache_Growth_Test/Hello.h
+++ b/TAO/tests/Cache_Growth_Test/Hello.h
@@ -8,15 +8,9 @@
#include "TestS.h"
-#if defined (_MSC_VER)
-# pragma warning(push)
-# pragma warning (disable:4250)
-#endif /* _MSC_VER */
-
/// Implement the Test::Hello interface
class Hello
: public virtual POA_Test::Hello
- , public virtual PortableServer::RefCountServantBase
{
public:
/// Constructor
@@ -35,9 +29,5 @@ private:
CORBA::ORB_var orb_;
};
-#if defined(_MSC_VER)
-# pragma warning(pop)
-#endif /* _MSC_VER */
-
#include /**/ "ace/post.h"
#endif /* HELLO_H */