diff -r e1bea15f9a39 -r 79859ed3eea9 codhandler/codeng/inc/CodEngBase.h --- a/codhandler/codeng/inc/CodEngBase.h Thu Aug 19 10:58:56 2010 +0300 +++ b/codhandler/codeng/inc/CodEngBase.h Tue Aug 31 16:17:46 2010 +0300 @@ -28,7 +28,7 @@ #include #include #include "CodSaver.h" -#include +#include // FORWARD DECLARATION @@ -588,11 +588,6 @@ * @return Saver object for this data type. Ownership not passed. */ CCodSaver* CreateSaverL( const TDesC8& aType ); - - /* Fota Saver Setting - * - */ - void FotaSaverSettingL(); private: // implementation @@ -684,7 +679,7 @@ TBool iMmcOk; #endif /// Paths on removable media? - TInt32 iRemovableMediaStatus; + TBool iRemovableMedia; /// ROAP Data. Owned. CRoapData* iRoapData; /// Progress or NULL. Owned.