SourceCode/Bond/Servo/CBakeCooling.h
@@ -22,7 +22,7 @@ virtual void getAttributeVector(CAttributeVector& attrubutes); virtual int recvIntent(CPin* pPin, CIntent* pIntent); virtual int getIndexerOperationModeBaseValue(); virtual short getSlotUnit(short slot) { return slot % 2 == 1 ? 0 : 1; }; virtual short getSlotUnit(short slotNo) { return slotNo % 2 == 1 ? 0 : 1; }; virtual bool isSlotProcessed(int slot); }; }