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.

53 lines
2.1 KiB

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