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 1ebabb17c76..b92fdb1cbc4 100644 --- a/TAO/tests/BiDirectional/test_i.cpp +++ b/TAO/tests/BiDirectional/test_i.cpp @@ -4,6 +4,7 @@ #include "tao/ORB_Core.h" #include "tao/debug.h" +#include "tao/Connection_Purging_Strategy.h" #if !defined(__ACE_INLINE__) #include "test_i.i" @@ -62,7 +63,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 ()->purging_strategy ()->total_size () > 1); } this->callback_->shutdown (ACE_TRY_ENV); |