4 #include /**/ "ace/pre.h"
10 # pragma warning (disable:4250)
13 /// Implement the Test::Factory interface
15 : public virtual POA_Test::Factory
19 Factory (CORBA::ORB_ptr orb
);
21 // = The skeleton methods
23 virtual Test::Simple_ptr
create_simple_object (void);
25 virtual void shutdown (void);
28 /// Keep a reference to the ORB
36 #include /**/ "ace/post.h"
37 #endif /* FACTORY_H */