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.

50 lines
2.1 KiB

  1. // CryptFctry.cpp -- implementation of the CCryptFactory class
  2. // (c) Copyright Schlumberger Technology Corp., unpublished work, created
  3. // 1999. This computer program includes Confidential, Proprietary
  4. // Information and is a Trade Secret of Schlumberger Technology Corp. All
  5. // use, disclosure, and/or reproduction is prohibited unless authorized
  6. // in writing. All Rights Reserved.
  7. //////////////////////////////////////////////////////////////////////
  8. #include "NoWarning.h"
  9. #include "CryptFctry.h"
  10. using namespace cci;
  11. /////////////////////////// LOCAL/HELPER /////////////////////////////////
  12. /////////////////////////// PUBLIC /////////////////////////////////
  13. // Types
  14. // C'tors/D'tors
  15. CCryptFactory::~CCryptFactory() throw()
  16. {}
  17. // Operators
  18. // Operations
  19. // Access
  20. // Predicates
  21. // Static Variables
  22. /////////////////////////// PROTECTED /////////////////////////////////
  23. // C'tors/D'tors
  24. CCryptFactory::CCryptFactory()
  25. {}
  26. // Operators
  27. // Operations
  28. // Access
  29. // Predicates
  30. // Static Variables
  31. /////////////////////////// PRIVATE /////////////////////////////////
  32. // C'tors/D'tors
  33. // Operators
  34. // Operations
  35. // Access
  36. // Predicates
  37. // Static Variables