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.

36 lines
612 B

  1. /*
  2. * REVISIONS:
  3. */
  4. #include "cdefine.h"
  5. #if (C_OS & C_OS2)
  6. #define INCL_BASE
  7. #define INCL_DOS
  8. #define INCL_NOPM
  9. #endif
  10. extern "C" {
  11. #if (C_PLATFORM & C_OS2)
  12. #include <os2.h>
  13. #endif
  14. #include <stdlib.h>
  15. #include <stdio.h>
  16. #include <malloc.h>
  17. #include <string.h>
  18. }
  19. #include "dcfrmrev.h"
  20. //-------------------------------------------------------------------
  21. DecimalFirmwareRevSensor :: DecimalFirmwareRevSensor
  22. (PDevice aParent, PCommController aCommController)
  23. : Sensor(aParent, aCommController, DECIMAL_FIRMWARE_REV)
  24. {
  25. theDevice = aParent;
  26. DeepGet();
  27. }