summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp
diff options
context:
space:
mode:
authorjohn_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-22 13:58:08 +0000
committerjohn_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-22 13:58:08 +0000
commit357bf9cbd18d0ad28a73d483bb4d3184450205c4 (patch)
tree725e805a6407f80e8d793671f7b40c2b65b99bce /TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp
parent03d244e94b49760d11ec38f8c557ebf5641221a3 (diff)
downloadATCD-357bf9cbd18d0ad28a73d483bb4d3184450205c4.tar.gz
ACE environment parameters were missing.
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp b/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp
index ef30cfa62b3..282ef254537 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp
@@ -131,7 +131,8 @@ TAO_Notify_ProxyPushConsumer::load_attrs (const TAO_Notify::NVPList& attrs)
}
void
-TAO_Notify_ProxyPushConsumer::init (TAO_Notify_SupplierAdmin *supplier_admin)
+TAO_Notify_ProxyPushConsumer::init (TAO_Notify_SupplierAdmin *supplier_admin
+ ACE_ENV_ARG_DECL)
{
- TAO_Notify_ProxyConsumer::init (supplier_admin);
+ TAO_Notify_ProxyConsumer::init (supplier_admin ACE_ENV_ARG_PARAMETER);
}