Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Crashed_Callback / Crashed_Callback.h
blob0ba82c82b3bed5568fea585bef593e3ce6f13b5b
2 #ifndef CRASHED_CALLBACK_CRASHED_CALLBACK_H
3 #define CRASHED_CALLBACK_CRASHED_CALLBACK_H
4 #include /**/ "ace/pre.h"
6 #include "TestS.h"
8 /// Implement the Test::Crashed_Callback interface
9 class Crashed_Callback
10 : public virtual POA_Test::Crashed_Callback
12 public:
13 /// Constructor
14 Crashed_Callback ();
16 // = The skeleton methods
17 virtual CORBA::Boolean are_you_there ();
19 virtual void crash_now_please ();
21 virtual void test_oneway ();
24 #include /**/ "ace/post.h"
25 #endif /* CRASHED_CALLBACK_CRASHED_CALLBACK_H */