summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-25 21:13:45 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-25 21:13:45 +0000
commit9a3ca5f0c6d89f34850d9a11e2016e80ab48558f (patch)
tree2b3acaa62eb0a042e03fcca26c512c38b2c9057a /TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
parent2a87126aea03e38db96800557c5b4af154dcd910 (diff)
downloadATCD-9a3ca5f0c6d89f34850d9a11e2016e80ab48558f.tar.gz
ChangeLogTag:Sun Apr 25 16:05:19 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
index 812cb48c706..890abbfd242 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
@@ -60,8 +60,7 @@ class TAO_ORBSVCS_Export TAO_EC_ProxyPushConsumer : public POA_RtecEventChannelA
// externally.
//
public:
- TAO_EC_ProxyPushConsumer (TAO_EC_Event_Channel* event_channel,
- TAO_EC_SupplierFiltering* filtering);
+ TAO_EC_ProxyPushConsumer (TAO_EC_Event_Channel* event_channel);
// constructor...
virtual ~TAO_EC_ProxyPushConsumer (void);
@@ -110,7 +109,7 @@ private:
TAO_EC_Event_Channel* event_channel_;
// The supplier admin, used for activation and memory managment.
- TAO_EC_SupplierFiltering* supplier_filtering_;
+ TAO_EC_SupplierFiltering* filter_;
// The strategy to do filtering close to the supplier
RtecEventComm::PushSupplier_var supplier_;