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
14 Oneway_Receiver (void);
16 // = The skeleton methods
17 virtual void receive_oneway (void);
20 #include /**/ "ace/post.h"
21 #endif /* ONEWAY_RECEIVER_H */