バグ #4511
ownedのECのProfileのowner属性にRTCのリファレンスを代入する。
Start date:
04/09/2018
Due date:
% Done:
100%
Estimated time:
Description
ownedのECのProfileのowner属性にRTCのリファレンスを代入する。
History
#1 Updated by n-ando almost 5 years ago
- Subject changed from ownedのECのProfile to ownedのECのProfileのowner属性にRTCのリファレンスを代入する。
- Description updated (diff)
#2 Updated by n-miyamoto almost 5 years ago
- Status changed from 新規 to 解決
- Assignee set to n-miyamoto
- % Done changed from 0 to 100
bindComponent関数内で設定するようにしました。
RTC::ReturnCode_t ExecutionContextBase::
bindComponent(RTC::RTObject_impl* rtc)
{
setOwner(rtc->getObjRef());
return m_worker.bindComponent(rtc);
}
#3 Updated by n-miyamoto over 4 years ago
- Status changed from 解決 to 終了