1234567891011121314151617181920212223242526272829 |
- //---------------------------------------------------------------------------
- //
- // ddfile.h - This file contains the definitions for the class FastFile
- //
- //---------------------------------------------------------------------------//
- // Copyright (C) Microsoft Corporation. All rights reserved. //
- //===========================================================================//-
- #ifndef DFFILE_H
- #define DFFILE_H
- //---------------------------------------------------------------------------
- // Include files
- //---------------------------------------------------------------------------
- class FastFile;
- typedef FastFile *FastFilePtr;
- //---------------------------------------------------------------------------
- #endif // DFFILE_H
- //---------------------------------------------------------------------------
- //
- // Edit Log
- //
- //
- //---------------------------------------------------------------------------
|