summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.h')
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.h b/TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.h
deleted file mode 100644
index f7d923ac230..00000000000
--- a/TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-//
-// ============================================================================
-//
-// = DESCRIPTION
-// Abstract base class for the test driver, this let us implement a
-// collocated and a non-collocated test.
-//
-// ============================================================================
-
-#ifndef ECT_DRIVER_H
-#define ECT_DRIVER_H
-
-#include "tao/corba.h"
-#include "ace/Stats.h"
-
-class ECT_Driver
-{
- //
- // = TITLE
- //
- // = DESCRIPTION
- //
-public:
- virtual ~ECT_Driver (void);
-
- virtual void shutdown_consumer (void* consumer_cookie,
- CORBA::Environment&) = 0;
- // Callback method for consumers, each consumer will call this
- // method once it receives all the shutdown events from the
- // suppliers.
-};
-
-#if defined (__ACE_INLINE__)
-#include "ECT_Driver.i"
-#endif /* __ACE_INLINE__ */
-
-#endif /* ECT_CONSUMER_H */