summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp
diff options
context:
space:
mode:
authorwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-30 17:29:15 +0000
committerwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-30 17:29:15 +0000
commit6c89a6bba6a5dd6662fb81b93b8a25491123767e (patch)
tree6d701bb390c4d4d5c12026212ee9833e97bd7162 /TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp
parentbb857c54c03c20ab8d7b7ce5b1b3c7237ee5b435 (diff)
downloadATCD-6c89a6bba6a5dd6662fb81b93b8a25491123767e.tar.gz
ChangeLogTag: Tue Nov 30 11:15:29 2004 Dale Wilson <wilson_d@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp b/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp
index e7a0b3ff34d..3c0457cf5f6 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp
@@ -44,12 +44,12 @@ TAO_Notify_ProxyConsumer::peer (void)
}
void
-TAO_Notify_ProxyConsumer::init (Topology_Parent * topology_parent ACE_ENV_ARG_DECL)
+TAO_Notify_ProxyConsumer::init (TAO_Notify::Topology_Parent * topology_parent ACE_ENV_ARG_DECL)
{
TAO_Notify_Proxy::initialize (topology_parent ACE_ENV_ARG_PARAMETER);
this->supplier_admin_ = dynamic_cast<TAO_Notify_SupplierAdmin *>(topology_parent);
- ACE_ASSERT(supplier_admin_ != 0);
+ ACE_ASSERT(this->supplier_admin_ != 0);
this->supplier_admin_->_incr_refcnt ();