2 //=============================================================================
4 * @file MT_Disconnect.h
6 * @author Carlos O'Ryan (coryan@cs.wustl.edu)
8 //=============================================================================
11 #ifndef CEC_MT_DISCONNECT_H
12 #define CEC_MT_DISCONNECT_H
15 #include "orbsvcs/CosEventChannelAdminC.h"
17 #if !defined (ACE_LACKS_PRAGMA_ONCE)
19 #endif /* ACE_LACKS_PRAGMA_ONCE */
21 class MTD_Task
: public ACE_Task_Base
24 /// Create the task...
25 MTD_Task (CosEventChannelAdmin::EventChannel_ptr ec
,
28 // = Check the ACE_Task_Base documentation.
31 /// Run a single iteration of the test
32 void run_iteration ();
35 /// The event channel used on the test
36 CosEventChannelAdmin::EventChannel_var event_channel
;
38 /// Does the event channel send any callback messages when a client
43 #endif /* EC_DISCONNECT_H */