videocollection/hgmyvideos/inc/vcxhgmyvideoscategorymodelhandler.h
branchRCL_3
changeset 14 8970fbd719ec
parent 13 112a725ff2c2
child 23 8f0df5c82986
--- a/videocollection/hgmyvideos/inc/vcxhgmyvideoscategorymodelhandler.h	Wed Mar 31 21:34:36 2010 +0300
+++ b/videocollection/hgmyvideos/inc/vcxhgmyvideoscategorymodelhandler.h	Wed Apr 14 15:59:50 2010 +0300
@@ -340,6 +340,22 @@
                 const TFileName& aFileName,
                 TInt aBitmapId,
                 TInt aMaskId );
+        
+        /**
+         * Check, if the last watched cenrep key is set
+         * 
+         * @return ETrue if the key has been set, otherwise EFalse
+         */
+        TBool LastWatchedSetL();
+        
+        /**
+         * Check, if the preloaded video exists
+         * If the key exists, but the file is missing, it is considered, 
+         * as it does not exist.
+         *  
+         * @return ETrue if the preloaded does exist, otherwise EFalse
+         */
+        TBool PreloadedExistsL();
 
     private: