1 #include "Crashed_Callback.h"
3 Crashed_Callback::Crashed_Callback (void)
8 Crashed_Callback::are_you_there (void)
14 Crashed_Callback::crash_now_please (void)
17 "(%P|%t) Crashed_Callback - crashing application\n"));
18 // OpenVMS seems to hang and not abort and dump core when abort() is called
19 // here. This needs further
20 #if defined (DEC_CXX) || defined (ACE_OPENVMS)
29 Crashed_Callback::test_oneway (void)