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

  1. // HAdptvCntr.cpp -- Handle Card ConTeXt 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 "NoWarning.h"
  8. #include "ForceLib.h"
  9. #include "HAdptvCntr.h"
  10. /////////////////////////// LOCAL/HELPER /////////////////////////////////
  11. /////////////////////////// PUBLIC /////////////////////////////////
  12. // Types
  13. // C'tors/D'tors
  14. HAdaptiveContainer::HAdaptiveContainer(AdaptiveContainer *pacntr)
  15. : slbRefCnt::RCPtr<AdaptiveContainer>(pacntr)
  16. {}
  17. HAdaptiveContainer::HAdaptiveContainer(AdaptiveContainerKey const &rKey)
  18. : slbRefCnt::RCPtr<AdaptiveContainer>(AdaptiveContainer::Instance(rKey))
  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