2 #ifndef THROUGHPUT_RECEIVER_FACTORY_H
3 #define THROUGHPUT_RECEIVER_FACTORY_H
4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Receiver_Factory interface
10 : public virtual POA_Test::Receiver_Factory
14 Receiver_Factory (CORBA::ORB_ptr orb
);
16 // = The skeleton methods
17 virtual Test::Receiver_ptr
create_receiver ();
19 virtual void shutdown ();
22 /// Keep a reference to the ORB in order to shutdown the app
26 #include /**/ "ace/post.h"
27 #endif /* THROUGHPUT_RECEIVER_FACTORY_H */