summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-01 19:33:10 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-01 19:33:10 +0000
commitd9518e7c1d549231a99942e3db6bbf908353b194 (patch)
treec12124afb2d3407842ee905bf148528807bad759 /TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
parentf4e16f13c6788df9d53af528b9c541710fb459c1 (diff)
downloadATCD-d9518e7c1d549231a99942e3db6bbf908353b194.tar.gz
ChangeLogTag:Tue Feb 1 11:25:00 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
index 19e80ef110e..d1653c11c40 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp
@@ -296,6 +296,10 @@ TAO_EC_ProxyPushConsumer::connect_push_supplier (
RtecEventComm::PushSupplier::_duplicate (push_supplier);
this->qos_ = qos;
+#if TAO_EC_ENABLE_DEBUG_MESSAGES
+ ACE_DEBUG ((LM_DEBUG, "Building filter for supplier <%x>\n",
+ this));
+#endif /* TAO_EC_ENABLED_DEBUG_MESSAGES */
this->filter_ =
this->event_channel_->supplier_filter_builder ()->create (this->qos_);
this->filter_->bind (this);