summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h')
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h b/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h
index 491ef9ee0cb..6a04b5f7049 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/Supplier.h
@@ -35,6 +35,7 @@ public:
*/
Supplier (CORBA::Long experiment_id,
CORBA::Long event_type,
+ CORBA::Long event_range,
PortableServer::POA_ptr poa);
/// Connect to the event channel
@@ -68,6 +69,9 @@ private:
/// The event type
CORBA::Long event_type_;
+ /// The event type
+ CORBA::Long event_range_;
+
/// The proxy this object is connected to
RtecEventChannelAdmin::ProxyPushConsumer_var proxy_consumer_;