4 #include "ace/Service_Object.h"
6 #include "tao/PortableServer/PortableServer.h"
7 #include "bug_2677_regression_export.h"
9 class bug_2677_regression_Export DllORB
: public ACE_Service_Object
13 virtual ~DllORB (void);
15 CORBA::ORB_ptr
orb (void) const;
17 virtual int init (int argc
, ACE_TCHAR
*argv
[]);
19 virtual int fini (void);
22 unsigned int failPrePostInit_
;
23 CORBA::ORB_var mv_orb_
;
24 PortableServer::POA_var mv_rootPOA_
;
25 PortableServer::POAManager_var mv_poaManager_
;
28 ACE_FACTORY_DECLARE (bug_2677_regression
, DllORB
)