Windows2003-3790/ds/netapi/svcdlls/upssvc/apcsmart/dcfrmrev.h
2020-09-30 16:53:55 +02:00

25 lines
339 B
C++

/*
*/
#ifndef __DECIMAL_FIRMSENS_H
#define __DECIMAL_FIRMSENS_H
#include "_defs.h"
#include "sensor.h"
_CLASSDEF(DecimalFirmwareRevSensor)
class DecimalFirmwareRevSensor : public Sensor {
protected:
public:
DecimalFirmwareRevSensor(PDevice aParent, PCommController aCommController = NULL);
};
#endif