mtpdataproviders/mtpimagedp/src/cmtpimagedpnewpicturesnotifier.cpp
branchRCL_3
changeset 18 453dfc402455
parent 2 4843bb5893b6
equal deleted inserted replaced
17:dbd1c5e08735 18: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