4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Hello interface
10 : public virtual POA_Test::NsShutdown
14 NsShutdown (CORBA::ORB_ptr orb
);
16 virtual void shutdown (void);
19 /// Use an ORB reference to convert strings to objects and shutdown
24 #include /**/ "ace/post.h"