diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-11-04 03:13:26 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-11-04 03:13:26 +0000 |
commit | 3c68205637b71f97b82f139d819b12cf55bda1e3 (patch) | |
tree | ce8358b36e0575717dc78c496fa7736d655c098e /TAO/tao/Connection_Handler.cpp | |
parent | ac61f0a2685e3aaf1a1160d81363541117ba8f99 (diff) | |
download | ATCD-connection_caching_step_0.tar.gz |
*** empty log message ***connection_caching_step_0
Diffstat (limited to 'TAO/tao/Connection_Handler.cpp')
-rw-r--r-- | TAO/tao/Connection_Handler.cpp | 11 |
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) { } |