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.

42 lines
637 B

  1. #include "precomp.h"
  2. #include "fsdiag.h"
  3. DEBUG_FILEZONE(ZONE_T120_MCSNC | ZONE_T120_GCCNC);
  4. /*
  5. * pktcoder.cpp
  6. *
  7. * Copyright (c) 1993 - 1995 by DataBeam Corporation, Lexington, KY
  8. *
  9. * Abstract:
  10. * This is the implementation file for the PacketCoder class.
  11. *
  12. * Private Instance Variables:
  13. * None.
  14. *
  15. * Private Member Functions:
  16. * None.
  17. *
  18. * Caveats:
  19. * None.
  20. *
  21. * Author:
  22. * John B. O'Nan
  23. */
  24. /*
  25. * External Interfaces
  26. */
  27. #include "pktcoder.h"
  28. /*
  29. * ~PacketCoder ()
  30. *
  31. * Public
  32. *
  33. * Functional Description:
  34. * This is virtual destructor that does not do anything at this time.
  35. */
  36. PacketCoder::~PacketCoder ()
  37. {
  38. }