SourceCode/Bond/Servo/CEFEM.cpp
@@ -50,4 +50,19 @@ { __super::getAttributeVector(attrubutes); } int CEFEM::recvIntent(CPin* pPin, CIntent* pIntent) { return __super::recvIntent(pPin, pIntent); } BOOL CEFEM::glassWillArrive(CGlass* pGlass) { BOOL bRet = __super::glassWillArrive(pGlass); if (!bRet) { return FALSE; } return m_glassList.empty(); } }