LAPTOP-SNT8I5JK\Boounion
2025-03-25 9d3e2ee8831bdd443bce96590fc023b8af5c790a
SourceCode/Bond/Servo/CMeasurement.cpp
@@ -54,4 +54,14 @@
   {
      return __super::recvIntent(pPin, pIntent);
   }
   BOOL CMeasurement::glassWillArrive(CGlass* pGlass)
   {
      BOOL bRet = __super::glassWillArrive(pGlass);
      if (!bRet) {
         return FALSE;
      }
      return m_glassList.empty();
   }
}