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.0 KiB

  1. // CachingObj.cpp -- Caching Object class definition
  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. #include "CachingObj.h"
  8. /////////////////////////// LOCAL/HELPER /////////////////////////////////
  9. /////////////////////////// PUBLIC /////////////////////////////////
  10. // Types
  11. // C'tors/D'tors
  12. CachingObject::CachingObject()
  13. {}
  14. CachingObject::~CachingObject()
  15. {}
  16. // Operators
  17. // Operations
  18. void
  19. CachingObject::DeleteCache()
  20. {}
  21. // Access
  22. // Predicates
  23. // Static Variables
  24. /////////////////////////// PROTECTED /////////////////////////////////
  25. // C'tors/D'tors
  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