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.

30 lines
714 B

  1. //
  2. // slbArch.h
  3. //
  4. // Assorted include info for the archival system
  5. //
  6. // (c) Copyright Schlumberger Technology Corp., unpublished work, created
  7. // 1999. This computer program includes Confidential, Proprietary
  8. // Information and is a Trade Secret of Schlumberger Technology Corp. All
  9. // use, disclosure, and/or reproduction is prohibited unless authorized
  10. // in writing. All Rights Reserved.
  11. ////////////////////////////////////////////////////////////////////////////
  12. #if !defined(CCI_SLBARCH_H)
  13. #define CCI_SLBARCH_H
  14. #include <string>
  15. #include <windows.h>
  16. #include "ArchivedValue.h"
  17. namespace cci
  18. {
  19. typedef CArchivedValue<std::string> ArchivedSymbol;
  20. typedef BYTE SymbolID;
  21. } // namespace cci
  22. #endif