// // $Id$ // #ifndef CRASHED_CALLBACK_CRASHED_CALLBACK_H #define CRASHED_CALLBACK_CRASHED_CALLBACK_H #include /**/ "ace/pre.h" #include "TestS.h" /// Implement the Test::Crashed_Callback interface class Crashed_Callback : public virtual POA_Test::Crashed_Callback { public: /// Constructor Crashed_Callback (void); // = The skeleton methods virtual CORBA::Boolean are_you_there (void) ACE_THROW_SPEC ((CORBA::SystemException)); virtual void crash_now_please (void) ACE_THROW_SPEC ((CORBA::SystemException)); virtual void test_oneway (void) ACE_THROW_SPEC ((CORBA::SystemException)); }; #include /**/ "ace/post.h" #endif /* CRASHED_CALLBACK_CRASHED_CALLBACK_H */