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.

23 lines
753 B

  1. // ACntrReg.h -- Adaptive CoNTaineR Registrar class declaration
  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. #if !defined(SLBCSP_ACNTRREG_H)
  8. #define SLBCSP_ACNTRREG_H
  9. #include <string>
  10. #include <functional>
  11. #include "Registrar.h"
  12. #include "ACntrKey.h"
  13. class AdaptiveContainer; // forward declaration
  14. typedef Registrar<AdaptiveContainerKey, AdaptiveContainer>
  15. AdaptiveContainerRegistrar;
  16. #endif // SLBCSP_ACNTRREG_H