summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connection_Handler.cpp')
-rw-r--r--TAO/tao/Connection_Handler.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/TAO/tao/Connection_Handler.cpp b/TAO/tao/Connection_Handler.cpp
index 3b00a682d74..13fef2d6dda 100644
--- a/TAO/tao/Connection_Handler.cpp
+++ b/TAO/tao/Connection_Handler.cpp
@@ -13,11 +13,12 @@
ACE_RCSID(tao, Connection_Handler, "$Id$")
TAO_Connection_Handler::TAO_Connection_Handler (TAO_ORB_Core *orb_core)
- :orb_core_ (orb_core),
- tss_resources_ (orb_core->get_tss_resources ()),
- ref_count_ (1),
- cache_map_entry_ (0),
- is_registered_ (0)
+ : test_index_ (0),
+ orb_core_ (orb_core),
+ tss_resources_ (orb_core->get_tss_resources ()),
+ ref_count_ (1),
+ cache_map_entry_ (0),
+ is_registered_ (0)
{
}