summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls/Controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/LongUpcalls/Controller.h')
-rw-r--r--TAO/tests/LongUpcalls/Controller.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/TAO/tests/LongUpcalls/Controller.h b/TAO/tests/LongUpcalls/Controller.h
index b1a86c977eb..a3992eb5c59 100644
--- a/TAO/tests/LongUpcalls/Controller.h
+++ b/TAO/tests/LongUpcalls/Controller.h
@@ -5,14 +5,8 @@
#include "TestS.h"
-#if defined (_MSC_VER)
-# pragma warning(push)
-# pragma warning (disable:4250)
-#endif /* _MSC_VER */
-
class Controller
- : public virtual POA_Test::Controller,
- public virtual PortableServer::RefCountServantBase
+ : public virtual POA_Test::Controller
{
public:
Controller (void);
@@ -33,8 +27,4 @@ private:
CORBA::ULong finish_count_;
};
-#if defined(_MSC_VER)
-# pragma warning(pop)
-#endif /* _MSC_VER */
-
#endif /* LONGUPCALLS_CONTROLLER_H */