SourceCode/Bond/Servo/CMeasurement.cpp
@@ -45,6 +45,10 @@
      m_slot[0].setPosition(m_nID);
      m_slot[0].setNo(1);
      m_slot[0].setName("Slot 1");
      m_slot[1].enable();
      m_slot[1].setPosition(m_nID);
      m_slot[1].setNo(2);
      m_slot[1].setName("Slot 2");
   }
   void CMeasurement::onTimer(UINT nTimerid)
@@ -65,16 +69,6 @@
   int CMeasurement::recvIntent(CPin* pPin, CIntent* pIntent)
   {
      return __super::recvIntent(pPin, pIntent);
   }
   BOOL CMeasurement::glassWillArrive(CGlass* pGlass)
   {
      BOOL bRet = __super::glassWillArrive(pGlass);
      if (!bRet) {
         return FALSE;
      }
      return m_glassList.empty();
   }
   int CMeasurement::getIndexerOperationModeBaseValue()