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.

46 lines
2.1 KiB

  1. // ACntrReg.cpp -- Adaptive CoNTaineR REGistrar 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 "ACntrReg.h"
  10. /////////////////////////// LOCAL/HELPER /////////////////////////////////
  11. /////////////////////////// PUBLIC /////////////////////////////////
  12. // Types
  13. // C'tors/D'tors
  14. // Operators
  15. // Operations
  16. // Access
  17. // Predicates
  18. // Static Variables
  19. /////////////////////////// PROTECTED /////////////////////////////////
  20. // C'tors/D'tors
  21. // Operators
  22. // Operations
  23. // Access
  24. // Predicates
  25. // Static Variables
  26. /////////////////////////// PRIVATE /////////////////////////////////
  27. // C'tors/D'tors
  28. // Operators
  29. // Operations
  30. // Access
  31. // Predicates
  32. // Static Variables
  33. // Obligatory definitions
  34. AdaptiveContainerRegistrar::RegistryType *AdaptiveContainerRegistrar::m_pregistry = 0;