From ce9f0c29e7cc9aabf1e484e42a2f0f91b0d3aa73 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Thu, 8 Jul 1999 18:58:46 +0000 Subject: Added member variables and verification checks to be sure that handler timeouts, notify, and input events get done correctly. --- tests/MT_Reactor_Timer_Test.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/MT_Reactor_Timer_Test.h') diff --git a/tests/MT_Reactor_Timer_Test.h b/tests/MT_Reactor_Timer_Test.h index 6b70c1f1f46..d657a5533a2 100644 --- a/tests/MT_Reactor_Timer_Test.h +++ b/tests/MT_Reactor_Timer_Test.h @@ -93,9 +93,17 @@ public: virtual int handle_exception (ACE_HANDLE); // Keep track of the number of notifies. + int verify_results (void); + // Verify that the expected events did happen. + private: ACE_Pipe pipe_; // Provide something to trigger I/O. + + int input_seen_; + int notify_seen_; + int timers_fired_; + }; #endif /* __MT_REACTOR_TIMER_TEST_H */ -- cgit v1.2.1