LAPTOP-SNT8I5JK\Boounion
2025-03-21 4eaefee05c987e352dd6d761e601aa450f7f92b4
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();
   }
}