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