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