summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-19 16:30:28 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-19 16:30:28 +0000
commitb73ee42c7df152138acbd9be804e515821e62c41 (patch)
treedc9868d9522269419cd2c20929c8008675be205b
parent8908b74b2e1a848d809a4d1ec478f234194c362f (diff)
downloadATCD-b73ee42c7df152138acbd9be804e515821e62c41.tar.gz
Updated due to changes in Supplier class
-rw-r--r--TAO/orbsvcs/examples/RtEC/Federated_Kokyu/dynamic_topology_test/Dynamic_Supplier.cpp4
1 files changed, 1 insertions, 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;
}
}