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.

25 lines
497 B

  1. // hash.cpp: implementation of the CHash class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "radcommon.h"
  5. #include "hash.h"
  6. #ifdef _DEBUG
  7. #undef THIS_FILE
  8. static char THIS_FILE[]=__FILE__;
  9. #define new DEBUG_NEW
  10. #endif
  11. //////////////////////////////////////////////////////////////////////
  12. // Construction/Destruction
  13. //////////////////////////////////////////////////////////////////////
  14. CHash::CHash()
  15. {
  16. }
  17. CHash::~CHash()
  18. {
  19. }