From 51f8cbd1e6bda9fc3ee01cbcb6305fbd0d760f49 Mon Sep 17 00:00:00 2001 From: irfan Date: Tue, 18 Sep 2001 00:06:07 +0000 Subject: ChangeLogTag: Mon Sep 17 19:00:00 2001 Irfan Pyarali --- TAO/tests/BiDirectional/Makefile | 4 +++- TAO/tests/BiDirectional/test_i.cpp | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'TAO/tests/BiDirectional') diff --git a/TAO/tests/BiDirectional/Makefile b/TAO/tests/BiDirectional/Makefile index 4f93ebb0e7b..ca8d9e15e44 100644 --- a/TAO/tests/BiDirectional/Makefile +++ b/TAO/tests/BiDirectional/Makefile @@ -802,7 +802,9 @@ realclean: clean $(TAO_ROOT)/tao/Cache_Entries.inl \ $(TAO_ROOT)/tao/Connection_Purging_Strategy.h \ $(TAO_ROOT)/tao/Connection_Purging_Strategy.inl \ - $(TAO_ROOT)/tao/Transport_Cache_Manager.inl + $(TAO_ROOT)/tao/Transport_Cache_Manager.inl \ + $(TAO_ROOT)/tao/Thread_Lane_Resources.h \ + $(TAO_ROOT)/tao/Thread_Lane_Resources.i .obj/testC.o .obj/testC.so .shobj/testC.o .shobj/testC.so: testC.cpp testC.h \ $(TAO_ROOT)/tao/corba.h \ 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")); -- cgit v1.2.1