summaryrefslogtreecommitdiff
path: root/TAO/tests/Servant_To_Reference_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
commitaf4bebb78b076758af5be7bc907fbb709ec5a227 (patch)
tree895ae46c3a981a6a44e800f560ac08464b111aa9 /TAO/tests/Servant_To_Reference_Test
parent15c8eb0d50e1c227cb032fa0697e23bfd78ac47b (diff)
downloadATCD-af4bebb78b076758af5be7bc907fbb709ec5a227.tar.gz
ChangeLogTag: Mon Jul 4 08:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Servant_To_Reference_Test')
-rw-r--r--TAO/tests/Servant_To_Reference_Test/Test_i.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tests/Servant_To_Reference_Test/Test_i.h b/TAO/tests/Servant_To_Reference_Test/Test_i.h
index 6cf7de34f78..4ff3dd09b6e 100644
--- a/TAO/tests/Servant_To_Reference_Test/Test_i.h
+++ b/TAO/tests/Servant_To_Reference_Test/Test_i.h
@@ -8,14 +8,8 @@
#include "TestS.h"
-#if defined (_MSC_VER)
-# pragma warning(push)
-# pragma warning (disable:4250)
-#endif /* _MSC_VER */
-
class One_Impl
: public virtual POA_Test::One
- , public virtual PortableServer::RefCountServantBase
{
public:
/// Constructor
@@ -33,7 +27,6 @@ private:
class Two_Impl
: public virtual POA_Test::Two
- , public virtual PortableServer::RefCountServantBase
{
public:
/// Constructor
@@ -51,7 +44,6 @@ private:
class Three_Impl
: public virtual POA_Test::Three
- , public virtual PortableServer::RefCountServantBase
{
public:
/// Constructor
@@ -67,9 +59,5 @@ private:
CORBA::ORB_var orb_;
};
-#if defined(_MSC_VER)
-# pragma warning(pop)
-#endif /* _MSC_VER */
-
#include /**/ "ace/post.h"
#endif /* HELLO_H */