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.

54 lines
2.1 KiB

  1. // Retainable.cpp -- Retainable class implementation
  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 "NoWarning.h"
  8. #include "ForceLib.h"
  9. #include <windows.h>
  10. #include <winbase.h>
  11. #include "Retainable.h"
  12. /////////////////////////// LOCAL/HELPER /////////////////////////////////
  13. /////////////////////////// PUBLIC /////////////////////////////////
  14. // Types
  15. // C'tors/D'tors
  16. Retainable::Retainable()
  17. {}
  18. Retainable::~Retainable()
  19. {}
  20. // Operators
  21. // Operations
  22. // Access
  23. // Predicates
  24. // Static Variables
  25. /////////////////////////// PROTECTED /////////////////////////////////
  26. // C'tors/D'tors
  27. // Operators
  28. // Operations
  29. // Access
  30. // Predicates
  31. // Static Variables
  32. /////////////////////////// PRIVATE /////////////////////////////////
  33. // C'tors/D'tors
  34. // Operators
  35. // Operations
  36. // Access
  37. // Predicates
  38. // Static Variables