//--------------------------------------------------------------------------- // // 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 // // //---------------------------------------------------------------------------