2 #ifndef OBJECT_FACTORY_I_H
3 #define OBJECT_FACTORY_I_H
5 #include "Two_ObjectsS.h"
9 #include "ace/Auto_Event.h"
12 /// Implement the MTServer::Test interface
13 class Object_Factory_i
14 : public virtual POA_Two_Objects_Test::Object_Factory
17 Object_Factory_i (CORBA::ORB_ptr orb
,
20 Two_Objects_Test::First_ptr
create_first ();
22 Two_Objects_Test::Second_ptr
create_second ();
25 /// Use an ORB reference to convert strings to objects and shutdown
29 ACE_Auto_Event two_way_done_
;
32 #endif /* OBJECT_FACTORY_I_H */