2 #ifndef SHUTDOWN_HELPER_H
3 #define SHUTDOWN_HELPER_H
4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Shutdown_Helper interface
10 : public virtual POA_Test::Shutdown_Helper
14 Shutdown_Helper (CORBA::ORB_ptr orb
);
16 // = The skeleton methods
17 virtual void shutdown (void);
20 /// Use an ORB reference to convert strings to objects and shutdown
25 #include /**/ "ace/post.h"
26 #endif /* SHUTDOWN_HELPER_H */