5 #include /**/ "ace/pre.h"
10 class ORB_Killer
: public ACE_Task_Base
14 ORB_Killer (CORBA::ORB_ptr orb
);
15 virtual int svc (void);
20 /// Implement the Test::Hello interface
22 : public virtual POA_Test::IORTable_Shutdown_Race
26 test_i (ORB_Killer
*k
);
28 // = The skeleton methods
29 virtual void ping (void);
31 virtual void shutdown (void);
34 /// Use an ORB reference to convert strings to objects and shutdown
39 #include /**/ "ace/post.h"
40 #endif /* IOR_RACE_I_H */