mtpdataproviders/mtpimagedp/src/cmtpimagedpnewpicturesnotifier.cpp
branchRCL_3
changeset 58 142dacf7b30e
parent 40 453dfc402455
equal deleted inserted replaced
48:debf68073f2f 58:142dacf7b30e
    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);
       
    48     }
    47     }
    49 
    48 
    50 void CMTPImageDpNewPicturesNotifier::IncreaseCount(TInt aValue)
    49 void CMTPImageDpNewPicturesNotifier::IncreaseCount(TInt aValue)
    51     {
    50     {
    52     Cancel();//cancel the latest timer if we have
    51     Cancel();//cancel the latest timer if we have