2 #ifndef ONEWAY_BUFFERING_H
3 #define ONEWAY_BUFFERING_H
4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Oneway_Buffering interface
10 : public virtual POA_Test::Oneway_Buffering
14 Oneway_Buffering (CORBA::ORB_ptr orb
,
15 Test::Oneway_Buffering_Admin_ptr admin
);
17 // = The skeleton methods
18 virtual void receive_data (const Test::Payload
&the_payload
);
20 virtual void flush ();
24 virtual void shutdown ();
27 /// Use an ORB reference to shutdown the application.
30 /// Report request progress to this interface
31 Test::Oneway_Buffering_Admin_var admin_
;
34 #include /**/ "ace/post.h"
35 #endif /* ONEWAY_BUFFERING_H */