2 #ifndef CALLBACK_SERVICE_H
3 #define CALLBACK_SERVICE_H
4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Service interface
10 : public virtual POA_Test::Service
14 Service (CORBA::ORB_ptr orb
);
16 // = The skeleton methods
17 virtual void run_test (Test::Callback_ptr callback
);
19 virtual void shutdown ();
22 /// Use an ORB reference to shutdown the application.
26 #include /**/ "ace/post.h"
27 #endif /* CALLBACK_SERVICE_H */