summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-18 15:24:49 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-18 15:24:49 +0000
commit6b6adc10ec976e50fc83590a227607a12561a950 (patch)
treeff4a23705703a547c54b790f5be464af6f154228 /TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
parentb81f45557b57526007167ec8e91dd6156a5c8ebe (diff)
downloadATCD-6b6adc10ec976e50fc83590a227607a12561a950.tar.gz
ChangeLogTag:Thu Jun 18 10:21:28 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
index d9718a101da..f676621168f 100644
--- a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
@@ -523,7 +523,7 @@ ACE_Push_Consumer_Proxy::push (const RtecEventComm::EventSet &events,
{
ACE_TIMEPROBE (TAO_EVENT_CHANNEL_DELIVER_EVENT_TO_CONSUMER_PROXY);
- if (push_consumer_ == 0)
+ if (CORBA::is_nil (push_consumer_.in ()))
{
ACE_DEBUG ((LM_DEBUG, "(%t) Push to disconnected consumer %s\n",
::ACE_ES_Consumer_Name (this->qos ())));