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