操作
バグ #4511
完了ownedのECのProfileのowner属性にRTCのリファレンスを代入する。
開始日:
2018/04/09
期日:
進捗率:
100%
予定工数:
説明
ownedのECのProfileのowner属性にRTCのリファレンスを代入する。
操作
100%
説明
ownedのECのProfileのowner属性にRTCのリファレンスを代入する。
bindComponent関数内で設定するようにしました。
RTC::ReturnCode_t ExecutionContextBase::
bindComponent(RTC::RTObject_impl* rtc)
{
setOwner(rtc->getObjRef());
return m_worker.bindComponent(rtc);
}