3 // ============================================================================
6 // Abstract base class for the test driver, this let us implement a
7 // collocated and a non-collocated test.
9 // ============================================================================
14 #include "tao/orbconf.h"
15 #include "ace/Stats.h"
16 #include "ace/CORBA_macros.h"
17 #include "ace/Throughput_Stats.h"
19 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
24 TAO_END_VERSIONED_NAMESPACE_DECL
34 virtual ~ECT_Driver (void);
36 virtual void shutdown_consumer (void* consumer_cookie
) = 0;
37 // Callback method for consumers, each consumer will call this
38 // method once it receives all the shutdown events from the
42 #endif /* ECT_CONSUMER_H */