summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional/test_i.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-12 21:55:03 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-12 21:55:03 +0000
commitda1519ddc6a736d2f7556f7d8520b6e95160fa1d (patch)
tree6e267837950ea0439e7266270f8630d4885f80c8 /TAO/tests/BiDirectional/test_i.cpp
parentf9150903c4d0298712058a47dc99ea8b8caa70af (diff)
downloadATCD-da1519ddc6a736d2f7556f7d8520b6e95160fa1d.tar.gz
Minor changes.Thread_Pool_stage_2
Diffstat (limited to 'TAO/tests/BiDirectional/test_i.cpp')
-rw-r--r--TAO/tests/BiDirectional/test_i.cpp3
1 files changed, 2 insertions, 1 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);