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 (CORBA::ORB_ptr orb
);
16 // = The skeleton methods
17 virtual void raise_no_permission (void);
19 virtual void destroy (void);
21 virtual Test::Shutdown_Helper_ptr
get_shutdown_helper (void);
24 /// Use an ORB reference to convert strings to objects and shutdown
29 #include /**/ "ace/post.h"
30 #endif /* ONEWAY_RECEIVER_H */