LAPTOP-SNT8I5JK\Boounion
2025-05-09 1e7d3ca649456469440d74fabfc16e191433f9b4
SourceCode/Bond/Servo/CFliper.cpp
@@ -57,4 +57,14 @@
   {
      return __super::recvIntent(pPin, pIntent);
   }
   BOOL CFliper::glassWillArrive(CGlass* pGlass)
   {
      BOOL bRet = __super::glassWillArrive(pGlass);
      if (!bRet) {
         return FALSE;
      }
      return m_glassList.empty();
   }
}