dffile.h 959 B

1234567891011121314151617181920212223242526272829
  1. //---------------------------------------------------------------------------
  2. //
  3. // ddfile.h - This file contains the definitions for the class FastFile
  4. //
  5. //---------------------------------------------------------------------------//
  6. // Copyright (C) Microsoft Corporation. All rights reserved. //
  7. //===========================================================================//-
  8. #ifndef DFFILE_H
  9. #define DFFILE_H
  10. //---------------------------------------------------------------------------
  11. // Include files
  12. //---------------------------------------------------------------------------
  13. class FastFile;
  14. typedef FastFile *FastFilePtr;
  15. //---------------------------------------------------------------------------
  16. #endif // DFFILE_H
  17. //---------------------------------------------------------------------------
  18. //
  19. // Edit Log
  20. //
  21. //
  22. //---------------------------------------------------------------------------