1 #ifndef bug_3252_DllORB_h
2 #define bug_3252_DllORB_h
4 #include "ace/Barrier.h"
9 #include "tao/PortableServer/PortableServer.h"
10 #include "bug_3252_export.h"
12 class bug_3252_Export DllOrb
: public ACE_Task_Base
18 CORBA::ORB_ptr
orb () const { return CORBA::ORB::_duplicate(mv_orb_
.in()); }
20 virtual int init (int argc
, ACE_TCHAR
*argv
[]);
27 std::unique_ptr
<ACE_Thread_Barrier
> ma_barrier_
;
28 CORBA::ORB_var mv_orb_
;
29 PortableServer::POA_var mv_rootPOA_
;
30 PortableServer::POAManager_var mv_poaManager_
;
33 ACE_FACTORY_DECLARE (bug_3252
, DllOrb
)
35 #endif /* bug_3252_DllORB_h */