📄 rt_properties.inl
字号:
// RT_Properties.inl,v 1.3 2003/07/06 21:41:59 pradeep Exp
#include "RT_Properties.h"
ACE_INLINE RTCORBA::RTORB_ptr
TAO_Notify_RT_Properties::rt_orb (void)
{
return RTCORBA::RTORB::_duplicate (rt_orb_.in ());
}
ACE_INLINE void
TAO_Notify_RT_Properties::rt_orb (RTCORBA::RTORB_ptr rt_orb)
{
rt_orb_ = RTCORBA::RTORB::_duplicate (rt_orb);
}
ACE_INLINE RTCORBA::Current_ptr
TAO_Notify_RT_Properties::current (void)
{
return RTCORBA::Current::_duplicate (current_.in());
}
ACE_INLINE void
TAO_Notify_RT_Properties::current (RTCORBA::Current_ptr current)
{
current_ = RTCORBA::Current::_duplicate (current);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -