codhandler/codeng/inc/CodEngBase.h
changeset 65 5bfc169077b2
parent 38 6297cdf66332
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #include <f32file.h>
    27 #include <f32file.h>
    28 #include <apmrec.h>
    28 #include <apmrec.h>
    29 #include <apparc.h>
    29 #include <apparc.h>
    30 #include "CodSaver.h"
    30 #include "CodSaver.h"
    31 #include <coddownload.h>
    31 #include <CodDownload.h>
    32 
    32 
    33 // FORWARD DECLARATION
    33 // FORWARD DECLARATION
    34 
    34 
    35 class CCodData;
    35 class CCodData;
    36 class CDocumentHandler;
    36 class CDocumentHandler;
   677         TBool iPhoneMemoryOk;
   677         TBool iPhoneMemoryOk;
   678         /// Saving to MMC is OK.
   678         /// Saving to MMC is OK.
   679         TBool iMmcOk;
   679         TBool iMmcOk;
   680 #endif
   680 #endif
   681         /// Paths on removable media?
   681         /// Paths on removable media?
   682         TInt32 iRemovableMediaStatus;
   682         TBool iRemovableMedia;
   683         /// ROAP Data. Owned.
   683         /// ROAP Data. Owned.
   684         CRoapData* iRoapData;
   684         CRoapData* iRoapData;
   685         /// Progress or NULL. Owned.
   685         /// Progress or NULL. Owned.
   686         TCodProgress* iProgress;
   686         TCodProgress* iProgress;
   687         /// Multipart body parts or NULL. Not owned.
   687         /// Multipart body parts or NULL. Not owned.