summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-02 17:14:19 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-02 17:14:19 +0000
commit176657f7ee9149cb885c72be7daa195b46fc1f69 (patch)
treef644e943b1b62f617227033d0c2f3f876b207213 /TAO
parent3ce8685473f3571d1f6017eab766bafab5e9c5b8 (diff)
downloadATCD-176657f7ee9149cb885c72be7daa195b46fc1f69.tar.gz
(obtain_push_supplier): added .in () dereference to rtecproxypushsupplier
Diffstat (limited to 'TAO')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp b/TAO/orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp
index 1635b6af5e8..d50b7980401 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp
@@ -35,7 +35,7 @@ ConsumerAdmin_i::obtain_push_supplier (CORBA::Environment &TAO_TRY_ENV)
ACE_NEW_RETURN (pps,
ProxyPushSupplier_i (this->qos_,
- rtecproxypushsupplier),
+ rtecproxypushsupplier.in ()),
CosEventChannelAdmin::ProxyPushSupplier::_nil ());
return pps->_this (TAO_TRY_ENV);