videocollection/mpxmyvideoscollection/inc/vcxmyvideosmdsdb.h
branchRCL_3
changeset 13 112a725ff2c2
parent 10 ce5ada96ab30
child 21 55fa1ec415c6
--- 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:
 
     /**