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