diff options
Diffstat (limited to 'TAO/tests/BiDirectional/test_i.cpp')
-rw-r--r-- | TAO/tests/BiDirectional/test_i.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/BiDirectional/test_i.cpp b/TAO/tests/BiDirectional/test_i.cpp index 6575bfbfa93..09776957239 100644 --- a/TAO/tests/BiDirectional/test_i.cpp +++ b/TAO/tests/BiDirectional/test_i.cpp @@ -5,6 +5,7 @@ #include "tao/ORB_Core.h" #include "tao/debug.h" #include "tao/Transport_Cache_Manager.h" +#include "tao/Thread_Lane_Resources.h" #if !defined(__ACE_INLINE__) #include "test_i.i" @@ -63,7 +64,7 @@ Simple_Server_i::call_client (CORBA::Environment &ACE_TRY_ENV) this->callback_->callback_method (ACE_TRY_ENV); ACE_CHECK_RETURN (0); - if (this->orb_->orb_core ()->transport_cache ()->current_size () > 1) + if (this->orb_->orb_core ()->lane_resources ().transport_cache ().current_size () > 1) { ACE_ERROR ((LM_ERROR, "(%P|%t) The cache has grown, aborting ..\n")); |