Actions
バグ #4511
closedownedのECのProfileのowner属性にRTCのリファレンスを代入する。
Start date:
04/09/2018
Due date:
% Done:
100%
Estimated time:
Description
ownedのECのProfileのowner属性にRTCのリファレンスを代入する。
Updated by n-ando about 7 years ago
- Subject changed from ownedのECのProfile to ownedのECのProfileのowner属性にRTCのリファレンスを代入する。
- Description updated (diff)
Updated by n-miyamoto about 7 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);
}
Actions