summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-04 07:01:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-04 07:01:41 +0000
commit5453286622c5160655b37648d82660ac32616165 (patch)
treef091bc6228132ac5887edcae7c9fbb038d03d7d7 /TAO/orbsvcs/orbsvcs/Event
parentef3c3af9a6039d7583392d5fc3abf4fcb69704fe (diff)
downloadATCD-5453286622c5160655b37648d82660ac32616165.tar.gz
ChangeLogTag: Mon Apr 3 18:32:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.cpp
index 5649e048aa0..1b06a04dca7 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.cpp
@@ -132,7 +132,7 @@ TAO_EC_TPC_Dispatching::shutdown (void)
MAPTYPE::ITERATOR iter = this->consumer_task_map_.begin ();
while (! iter.done())
{
- MAPTYPE::ENTRY* entry;
+ MAPTYPE::ENTRY* entry = 0;
if (! iter.next(entry))
continue;
@@ -147,7 +147,7 @@ TAO_EC_TPC_Dispatching::shutdown (void)
iter = this->consumer_task_map_.begin ();
while (! iter.done())
{
- MAPTYPE::ENTRY* entry;
+ MAPTYPE::ENTRY* entry = 0;
if (! iter.next(entry))
continue;