browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CDownloadsListArray.h
changeset 65 5bfc169077b2
parent 38 6297cdf66332
child 94 919f36ff910f
--- a/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CDownloadsListArray.h	Tue Feb 02 00:56:45 2010 +0200
+++ b/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/CDownloadsListArray.h	Fri Mar 19 09:52:28 2010 +0200
@@ -23,7 +23,7 @@
 //  INCLUDES
 #include <e32base.h>
 #include <e32std.h>
-#include <downloadmgrclient.h>
+#include <DownloadMgrClient.h>
 #include <badesca.h>
 #include <bamdesca.h>
 #include <apgcli.h>
@@ -60,10 +60,10 @@
         TInt32 iDownloadedSize;
         TInt   iIconIndex;
         TBool  iPausable;
+        TBool  iIsOnExternalMemory;
 		TInt32 iProgressState;
 		TInt32 iNumMediaObjects;
 		TInt32 iActiveMoIndex;
-        TInt32 iExternalMemoryStatus;
     };
 /// Array of UI data T objects.
 typedef CArrayFixFlat< TDownloadUiData > CDownloadUiDataArray;
@@ -206,9 +206,8 @@
         /** Temp storage. Should be long enough to hold R_DMUL_DOWNLOAD_COMPLETE 
             localized string or the progress info (max 14). */
         TBuf<KMaxDownloadItemTextPartLength> iProgressInfoRes;
-        TInt iPausedIconIndex; ///< Pause icon index in list box model
-        TInt iExternalMemoryIconIndex; ///< MMC icon index in list box model
-        TInt iInternalMassMemoryIconIndex;  ///< Mass Memory icon index in list box model
+        TInt iPausedIconIndex; ///< Default icon index in list box model
+        TInt iExternalMemoryIconIndex; ///< Default icon index in list box model
         HBufC* iCompletedString; ///< Owned.
         HBufC* iSavedToGalleryString; ///< Owned.
         
@@ -283,4 +282,4 @@
     return KErrNotFound;
     }
 
-#endif /* CDOWNLOADSLISTARRAY_H */
+#endif /* CDOWNLOADSLISTARRAY_H */
\ No newline at end of file