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.

56 lines
2.3 KiB

  1. // DataObject.cpp: implementation of the CDataObject 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 "NoWarning.h"
  10. #include "CryptFctry.h"
  11. #include "cciDataObj.h"
  12. using namespace cci;
  13. /////////////////////////// LOCAL/HELPER /////////////////////////////////
  14. /////////////////////////// PUBLIC /////////////////////////////////
  15. // Types
  16. // C'tors/D'tors
  17. CDataObject::CDataObject(ValueType *p)
  18. : SuperClass(p)
  19. {}
  20. CDataObject::CDataObject(CCard const &racard,
  21. ObjectAccess oa)
  22. : SuperClass(racard->MakeDataObject(oa))
  23. {}
  24. // Operators
  25. // Operations
  26. // Access
  27. // Predicates
  28. // Static Variables
  29. /////////////////////////// PROTECTED /////////////////////////////////
  30. // C'tors/D'tors
  31. // Operators
  32. // Operations
  33. // Access
  34. // Predicates
  35. // Static Variables
  36. /////////////////////////// PRIVATE /////////////////////////////////
  37. // C'tors/D'tors
  38. // Operators
  39. // Operations
  40. // Access
  41. // Predicates
  42. // Static Variables