summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_NestedUpcall/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/BiDirectional_NestedUpcall/test_i.cpp')
-rw-r--r--TAO/tests/BiDirectional_NestedUpcall/test_i.cpp3
1 files changed, 2 insertions, 1 deletions
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);
}
}