操作
バグ #4511
完了ownedのECのProfileのowner属性にRTCのリファレンスを代入する。
開始日:
2018/04/09
期日:
進捗率:
100%
予定工数:
説明
ownedのECのProfileのowner属性にRTCのリファレンスを代入する。
n-miyamoto さんが6年以上前に更新
- ステータス を 新規 から 解決 に変更
- 担当者 を n-miyamoto にセット
- 進捗率 を 0 から 100 に変更
bindComponent関数内で設定するようにしました。
RTC::ReturnCode_t ExecutionContextBase::
bindComponent(RTC::RTObject_impl* rtc)
{
setOwner(rtc->getObjRef());
return m_worker.bindComponent(rtc);
}
操作