summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2677_Regression/DllORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2677_Regression/DllORB.h')
-rw-r--r--TAO/tests/Bug_2677_Regression/DllORB.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/TAO/tests/Bug_2677_Regression/DllORB.h b/TAO/tests/Bug_2677_Regression/DllORB.h
index aed78245943..5ced914b6ff 100644
--- a/TAO/tests/Bug_2677_Regression/DllORB.h
+++ b/TAO/tests/Bug_2677_Regression/DllORB.h
@@ -2,16 +2,12 @@
#ifndef DLLORB_H
#define DLLORB_H
-#include "ace/Task.h"
+#include "ace/Service_Object.h"
#include "tao/ORB.h"
#include "tao/PortableServer/PortableServer.h"
#include "bug_2677_regression_export.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-class ACE_Thread_Barrier;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-class bug_2677_regression_Export DllORB: public ACE_Task_Base
+class bug_2677_regression_Export DllORB: public ACE_Service_Object
{
public:
DllORB (void);
@@ -23,12 +19,8 @@ public:
virtual int fini (void);
-protected:
- virtual int svc (void);
-
private:
unsigned int failPrePostInit_;
- ACE_Thread_Barrier* mp_barrier_;
CORBA::ORB_var mv_orb_;
PortableServer::POA_var mv_rootPOA_;
PortableServer::POAManager_var mv_poaManager_;