mpxplugins/viewplugins/views/waitnotedialog/inc/mpxscanningdialog.h
branchRCL_3
changeset 17 c8156a91d13c
parent 0 ff3acec5bc43
child 21 a1247965635c
equal deleted inserted replaced
15:171e07ac910f 17:c8156a91d13c
    90      * Handle collection message
    90      * Handle collection message
    91      * 
    91      * 
    92      * @param aMessage collection message
    92      * @param aMessage collection message
    93      */
    93      */
    94     void DoHandleCollectionMessageL( const CMPXMessage& aMessage );
    94     void DoHandleCollectionMessageL( const CMPXMessage& aMessage );
    95 
    95     
       
    96     /**
       
    97      * Helper function used inside DoHandleCollectionMessageL
       
    98      */
       
    99     inline TInt GetTrackCountL(TInt aDrive,TInt aColDbId, TInt aColTable);
       
   100     
    96 private: // data
   101 private: // data
    97     MMPXHarvesterUtility*  iHarvesterUtil;
   102     MMPXHarvesterUtility*  iHarvesterUtil;
    98     
   103     
    99     TInt                   iNumItemsAdded;
   104     TInt                   iNumItemsAdded;
   100     TInt                   iScanningError;
   105     TInt                   iScanningError;
   101     TInt                   iInitialMMCCount;
       
   102     TInt                   iTotalNewTracks;
   106     TInt                   iTotalNewTracks;
       
   107     /**
       
   108      * The total songs in  (Mass Storage + MMC) CollectionDB before refresh
       
   109      */
       
   110     TInt                   iInitialCount;
       
   111     /**
       
   112      * Flag of music library
       
   113      * ETrue when total songs in CollectionDB changed 
       
   114      *       or new songs added to CollectionDB
       
   115      * EFalse when CollectionDB has no change
       
   116      */
       
   117     TBool                  isCollectionDBChanged;
   103     };
   118     };
   104 
   119 
   105 
   120 
   106 #endif // C_MPXSCANNINGNOTEDIALOG_H
   121 #endif // C_MPXSCANNINGNOTEDIALOG_H