From da1519ddc6a736d2f7556f7d8520b6e95160fa1d Mon Sep 17 00:00:00 2001 From: irfan Date: Wed, 12 Sep 2001 21:55:03 +0000 Subject: Minor changes. --- TAO/tests/BiDirectional/test_i.cpp | 3 ++- TAO/tests/BiDirectional_NestedUpcall/test_i.cpp | 3 ++- TAO/threadpool-changes | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/TAO/tests/BiDirectional/test_i.cpp b/TAO/tests/BiDirectional/test_i.cpp index a7367c5ab4a..58ef08722ff 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); - ACE_ASSERT (this->orb_->orb_core ()->transport_cache ()->total_size () > 1); + ACE_ASSERT (this->orb_->orb_core ()->lane_resources ().transport_cache ().total_size () > 1); } this->callback_->shutdown (ACE_TRY_ENV); diff --git a/TAO/tests/BiDirectional_NestedUpcall/test_i.cpp b/TAO/tests/BiDirectional_NestedUpcall/test_i.cpp index a9e09aac13f..24c7232be43 100644 --- a/TAO/tests/BiDirectional_NestedUpcall/test_i.cpp +++ b/TAO/tests/BiDirectional_NestedUpcall/test_i.cpp @@ -4,6 +4,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" @@ -48,7 +49,7 @@ Simple_Server_i::test_method (CORBA::Boolean do_callback, this->callback_->callback_method (ACE_TRY_ENV); ACE_CHECK_RETURN (0); - ACE_ASSERT(this->orb_->orb_core ()->transport_cache ()->total_size () > 1); + ACE_ASSERT(this->orb_->orb_core ()->lane_resources ().transport_cache ().total_size () > 1); } } diff --git a/TAO/threadpool-changes b/TAO/threadpool-changes index 47233a32883..a878830fb82 100644 --- a/TAO/threadpool-changes +++ b/TAO/threadpool-changes @@ -1145,6 +1145,8 @@ Fri Aug 24 18:08:37 2001 Irfan Pyarali they are not needed. * tests/TAO_Tests.dsw: + * tests/BiDirectional/test_i.cpp: + * tests/BiDirectional_NestedUpcall/test_i.cpp: * tests/Collocation/Coll_Test_Stubs.bor: * tests/Collocation/Coll_Test_Stubs.dsp: * tests/Collocation/Coll_Tester.cpp: -- cgit v1.2.1