diff -r 5294c000a26d -r 112a725ff2c2 videocollection/mpxmyvideoscollection/inc/vcxmyvideosmdsdb.h --- a/videocollection/mpxmyvideoscollection/inc/vcxmyvideosmdsdb.h Mon Mar 15 12:40:47 2010 +0200 +++ b/videocollection/mpxmyvideoscollection/inc/vcxmyvideosmdsdb.h Wed Mar 31 21:34:36 2010 +0300 @@ -300,6 +300,21 @@ void DoHandleQueryNewResultsL(CMdEQuery& aQuery, TInt aFirstNewItemIndex, TInt aNewItemCount); + /** + * Sets Creation Date and Modified properties to object. Uses current date + * value. + * + * @param aObject Object to modify. + */ + void SetCreationAndModifiedDatesL( CMdEObject& aObject ); + + /** + * Sets creation date to aObject from aVideo. + * + * @param aVideo Creation date is copied from here. + * @param aObject Creation date is written here. + */ + void SetCreationDateToObjectL( const CMPXMedia& aVideo, CMdEObject& aObject ); public: /**