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.

30 lines
507 B

  1. /*
  2. *
  3. * NOTES:
  4. *
  5. * REVISIONS:
  6. * xxxddMMMyy
  7. *
  8. * pcy08Apr94: Trim size, use static iterators, dead code removal
  9. */
  10. #include "cdefine.h"
  11. extern "C" {
  12. #include <stdlib.h>
  13. #include <string.h>
  14. }
  15. #include "_defs.h"
  16. #include "apc.h"
  17. #include "device.h"
  18. #include "devctrl.h"
  19. #include "err.h"
  20. Device :: Device(PUpdateObj aDeviceController, PCommController aCommController)
  21. : UpdateObj()
  22. {
  23. theCommController = aCommController;
  24. theDeviceController = aDeviceController;
  25. }