Project

General

Profile

Actions

バグ #4511

closed

ownedのECのProfileのowner属性にRTCのリファレンスを代入する。

Added by n-ando about 7 years ago. Updated almost 7 years ago.

Status:
終了
Priority:
通常
Assignee:
Target version:
-
Start date:
04/09/2018
Due date:
% Done:

100%

Estimated time:

Description

ownedのECのProfileのowner属性にRTCのリファレンスを代入する。

Actions #1

Updated by n-ando about 7 years ago

  • Subject changed from ownedのECのProfile to ownedのECのProfileのowner属性にRTCのリファレンスを代入する。
  • Description updated (diff)
Actions #2

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 #3

Updated by n-miyamoto almost 7 years ago

  • Status changed from 解決 to 終了
Actions

Also available in: Atom PDF