2 #ifndef CRASHED_CALLBACK_SERVICE_H
3 #define CRASHED_CALLBACK_SERVICE_H
4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Service interface
10 : public virtual POA_Test::Service
18 * In case of failure this exposes any incomplete runs.
20 void dump_results (void);
22 // = The skeleton methods
23 virtual void run_test (Test::Crashed_Callback_ptr callback
);
28 /// Call the are_you_there callback multiple times.
30 * @return Number of exceptions raised
32 int call_are_you_there (Test::Crashed_Callback_ptr callback
);
34 /// Call the test_oneway method mutiple times.
36 * @return Number of exceptions raised
38 int call_test_oneway (Test::Crashed_Callback_ptr callback
);
41 /// Count the number of tests executed
46 #include /**/ "ace/post.h"
47 #endif /* CRASHED_CALLBACK_SERVICE_H */