--- 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 <apmrec.h>
#include <apparc.h>
#include "CodSaver.h"
-#include <CodDownload.h>
+#include <coddownload.h>
// 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.