summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.inl')
-rw-r--r--TAO/tao/ORB_Core.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/ORB_Core.inl b/TAO/tao/ORB_Core.inl
index 3a5166db77b..2f72d050c83 100644
--- a/TAO/tao/ORB_Core.inl
+++ b/TAO/tao/ORB_Core.inl
@@ -144,6 +144,12 @@ TAO_ORB_Core::fault_tolerance_service (void)
return this->ft_service_;
}
+ACE_INLINE CORBA::Boolean
+TAO_ORB_Core::ft_send_extended_sc (void)
+{
+ return this->ft_send_extended_sc_;
+}
+
ACE_INLINE ACE_Thread_Manager *
TAO_ORB_Core::thr_mgr (void)
{