Leaked source code of windows server 2003
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.

32 lines
539 B

  1. /*
  2. *
  3. * REVISIONS:
  4. * ker02DEC92: Initial breakout of sensor classes into indiv files
  5. *
  6. */
  7. #define INCL_BASE
  8. #define INCL_DOS
  9. #define INCL_NOPM
  10. #include "cdefine.h"
  11. extern "C" {
  12. #if (C_OS & C_OS2)
  13. #include <os2.h>
  14. #endif
  15. #include <stdlib.h>
  16. #include <stdio.h>
  17. #include <malloc.h>
  18. #include <string.h>
  19. }
  20. #include "manudate.h"
  21. ManufactureDateSensor :: ManufactureDateSensor(PDevice aParent, PCommController aCommController)
  22. : Sensor(aParent, aCommController, MANUFACTURE_DATE)
  23. {
  24. DeepGet();
  25. }