Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
569 B

  1. /*
  2. *
  3. * NOTES:
  4. *
  5. * REVISIONS:
  6. * pcy13Jan92: Get rid of Update/Validate; Return err from Set
  7. */
  8. #define INCL_BASE
  9. #define INCL_DOS
  10. #define INCL_NOPM
  11. #include "cdefine.h"
  12. extern "C" {
  13. #if (C_OS & C_OS2)
  14. #include <os2.h>
  15. #endif
  16. #include <stdlib.h>
  17. #include <stdio.h>
  18. #include <malloc.h>
  19. #include <string.h>
  20. }
  21. #include "towdels.h"
  22. #include "comctrl.h"
  23. #include "dispatch.h"
  24. //Constructor
  25. TurnOffWithDelaySensor :: TurnOffWithDelaySensor(PDevice aParent, PCommController aCommController)
  26. : Sensor(aParent,aCommController,TURN_OFF_UPS_AFTER_DELAY,AREAD_WRITE)
  27. {
  28. }