2 #ifndef ONEWAY_RECEIVER_H
3 #define ONEWAY_RECEIVER_H
4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Oneway_Receiver interface
10 : public virtual POA_Test::Oneway_Receiver
16 // = The skeleton methods
17 virtual void receive_oneway ();
20 #include /**/ "ace/post.h"
21 #endif /* ONEWAY_RECEIVER_H */