mrDarker
2025-04-01 42fc5f4f82dca4c50a4250c2b3e48c1aeda3c943
SourceCode/Bond/Servo/CFliper.cpp
@@ -47,4 +47,24 @@
   {
      CEquipment::serialize(ar);
   }
   void CFliper::getAttributeVector(CAttributeVector& attrubutes)
   {
      __super::getAttributeVector(attrubutes);
   }
   int CFliper::recvIntent(CPin* pPin, CIntent* pIntent)
   {
      return __super::recvIntent(pPin, pIntent);
   }
   BOOL CFliper::glassWillArrive(CGlass* pGlass)
   {
      BOOL bRet = __super::glassWillArrive(pGlass);
      if (!bRet) {
         return FALSE;
      }
      return m_glassList.empty();
   }
}