From b73ee42c7df152138acbd9be804e515821e62c41 Mon Sep 17 00:00:00 2001 From: thrall Date: Wed, 19 May 2004 16:30:28 +0000 Subject: Updated due to changes in Supplier class --- .../RtEC/Federated_Kokyu/dynamic_topology_test/Dynamic_Supplier.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/dynamic_topology_test/Dynamic_Supplier.cpp b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/dynamic_topology_test/Dynamic_Supplier.cpp index 40ceb116fb3..30e8ab245cf 100644 --- a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/dynamic_topology_test/Dynamic_Supplier.cpp +++ b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/dynamic_topology_test/Dynamic_Supplier.cpp @@ -44,7 +44,7 @@ Dynamic_Supplier::timeout_occured (ACE_ENV_SINGLE_ARG_DECL) ACE_DEBUG((LM_DEBUG,"Dynamic_Supplier (%P|%t) handle_service_start() DONE\n")); } - PushConsumer_Vector *proxies = 0; + PushConsumer_Vector *proxies = &(this->consumer_proxy_); RtecEventComm::EventSet eventA (1); eventA.length (1); @@ -63,7 +63,6 @@ Dynamic_Supplier::timeout_occured (ACE_ENV_SINGLE_ARG_DECL) eventB[0].header.type = this->ft_type2_; //ACE_DEBUG((LM_DEBUG,"Dynamic_Supplier (%P|%t) setting header FT types: A = %d, B = %d\n",eventA[0].header.type,eventB[0].header.type)); //ACE_DEBUG((LM_DEBUG," From ft_type = %d, ft_type2 = %d\n",this->ft_type_,this->ft_type2_)); - proxies = &(this->ft_consumer_proxies_); break; } default: //NORMAL @@ -72,7 +71,6 @@ Dynamic_Supplier::timeout_occured (ACE_ENV_SINGLE_ARG_DECL) eventB[0].header.type = this->norm_type2_; //ACE_DEBUG((LM_DEBUG,"Dynamic_Supplier (%P|%t) setting header types: A = %d, B = %d\n",eventA[0].header.type,eventB[0].header.type)); //ACE_DEBUG((LM_DEBUG," From norm_type = %d, norm_type2 = %d\n",this->norm_type_,this->norm_type2_)); - proxies = &(this->normal_consumer_proxies_); break; } } -- cgit v1.2.1