mtpdataproviders/mtpimagedp/src/cmtpimagedpnewpicturesnotifier.cpp
changeset 31 a26669f87b46
parent 17 aabe5387f5ce
child 58 142dacf7b30e
equal deleted inserted replaced
29:3ae5cb0b4c02 31:a26669f87b46
    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