videoplayback/inc/mpxvideoplaybackviewfiledetails.h
branchRCL_3
changeset 9 5294c000a26d
parent 8 ce5ada96ab30
child 11 8970fbd719ec
--- a/videoplayback/inc/mpxvideoplaybackviewfiledetails.h	Fri Mar 12 15:43:00 2010 +0200
+++ b/videoplayback/inc/mpxvideoplaybackviewfiledetails.h	Mon Mar 15 12:40:47 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -15,50 +15,50 @@
 *
 */
 
-// Version : %version: e003sa33#11 %
 
-
+// Version : %version: 12 %
 
 
 #ifndef __MPXVIDEOPLAYBACKVIEWFILEDETAILS__
 #define __MPXVIDEOPLAYBACKVIEWFILEDETAILS__
 
 #include "mpxhelixplaybackplugindefs.h"
-// 
+
+//
 //  CLASS DECLARATION
 //
 NONSHARABLE_CLASS( CMPXVideoPlaybackViewFileDetails ) : public CBase
 {
-    public:  
+    public:
         //
         //  Constructors and destructor
         //
         static CMPXVideoPlaybackViewFileDetails* NewL();
-        
+
         //
         //  Destructor.
         //
         virtual ~CMPXVideoPlaybackViewFileDetails();
-        
+
         //
         //  Clear all file details
         //
         void ClearFileDetails();
 
-        /** 
+        /**
         * Generate file name, remove all file path
-        * 
-        * @return generated file name, ownership is transferred 
+        *
+        * @return generated file name, ownership is transferred
         */
         IMPORT_C HBufC* GenerateFileNameL();
-        
+
     private:
         //
         //  By default Symbian 2nd phase constructor is private.
         //
         void ConstructL();
 
-    public:    
+    public:
         //
         // Data
         //
@@ -73,7 +73,6 @@
         TBool          iAudioEnabled;
         TBool          iVideoEnabled;
         TBool          iPartialPlayback;
-        TBool          iRNFormat;
         TBool          iTvOutConnected;
         TBool          iTvOutPlayAllowed;
         TBool          iDrmProtected;
@@ -86,7 +85,7 @@
         TInt           iDuration;
 };
 
-#endif      // __MPXVIDEOPLAYBACKVIEWFILEDETAILS__  
+#endif      // __MPXVIDEOPLAYBACKVIEWFILEDETAILS__
 
-            
+
 // EOF
\ No newline at end of file