📄 ec_qos_info.i
字号:
// EC_QOS_Info.i,v 1.4 2000/02/01 01:17:10 bugzilla Exp
ACE_INLINE
TAO_EC_QOS_Info::TAO_EC_QOS_Info (void)
: rt_info (-1),
preemption_priority (0),
timer_id_ (-1)
{
}
ACE_INLINE
TAO_EC_QOS_Info::TAO_EC_QOS_Info (const TAO_EC_QOS_Info &rhs)
: rt_info (rhs.rt_info),
preemption_priority (rhs.preemption_priority),
timer_id_ (rhs.timer_id_)
{
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -