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

24 lines
445 B
C++

/*
*
* NOTES:
*
* REVISIONS:
* ker01DEC92: Initial break out of sensor classes into separate files
*
*/
#ifndef SHUTDEL_H
#define SHUTDEL_H
#include "eeprom.h"
_CLASSDEF(ShutdownDelaySensor)
class ShutdownDelaySensor : public EepromChoiceSensor {
public:
ShutdownDelaySensor(PDevice aParent, PCommController aCommController=NULL);
virtual INT IsA() const { return SHUTDOWNDELAYSENSOR; };
};
#endif