summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls/Controller.h
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/LongUpcalls/Controller.h
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/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 */