mtpdataproviders/mtpimagedp/src/cmtpimagedpnewpicturesnotifier.cpp
branchRCL_3
changeset 40 453dfc402455
parent 11 4843bb5893b6
child 58 142dacf7b30e
equal deleted inserted replaced
39:dbd1c5e08735 40:453dfc402455
    42     }
    42     }
    43 
    43 
    44 void CMTPImageDpNewPicturesNotifier::SetNewPictures(TInt aValue)
    44 void CMTPImageDpNewPicturesNotifier::SetNewPictures(TInt aValue)
    45     {
    45     {
    46     iNewPictures = aValue;
    46     iNewPictures = aValue;
       
    47     RProperty::Set(TUid::Uid(KMTPServerUID), KMTPNewPicKey, iNewPictures);
    47     }
    48     }
    48 
    49 
    49 void CMTPImageDpNewPicturesNotifier::IncreaseCount(TInt aValue)
    50 void CMTPImageDpNewPicturesNotifier::IncreaseCount(TInt aValue)
    50     {
    51     {
    51     Cancel();//cancel the latest timer if we have
    52     Cancel();//cancel the latest timer if we have