SourceCode/Bond/Servo/CEquipment.cpp
@@ -433,9 +433,18 @@ return m_outputPins; } int CEquipment::recvSample(CPin* pPin, CSample* pSample) int CEquipment::recvIntent(CPin* pPin, CIntent* pIntent) { LOGI("<CEquipment>recvSample, pin:%s", pPin->getName().c_str()); return 0; } void CEquipment::addPanelToList(CPanel* pPanel) { ASSERT(pPanel); Lock(); pPanel->addRef(); m_panelList.push_back(pPanel); Unlock(); } }