videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideodrmhelper_stub.cpp
branchRCL_3
changeset 6 7d91903f795f
parent 0 96612d01cf9f
child 14 55fa1ec415c6
equal deleted inserted replaced
2:dec420019252 6:7d91903f795f
    13 *
    13 *
    14 * Description:   This class handles the DRM functions for the playback plugin
    14 * Description:   This class handles the DRM functions for the playback plugin
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 5 %
    18 // Version : %version: 6 %
    19 
    19 
    20 
    20 
    21 #include "mpxvideodrmhelper.h"
    21 #include "mpxvideodrmhelper.h"
    22 #include "mpxvideo_debug.h"
    22 #include "mpxvideo_debug.h"
    23 
    23 
    44 void CMpxVideoDrmHelper::ConstructL()
    44 void CMpxVideoDrmHelper::ConstructL()
    45 {
    45 {
    46 }
    46 }
    47 
    47 
    48 //  ------------------------------------------------------------------------------------------------
    48 //  ------------------------------------------------------------------------------------------------
    49 //    CMpxVideoDrmHelper::IsProtected()
    49 //    CMpxVideoDrmHelper::IsProtectedL()
    50 //  ------------------------------------------------------------------------------------------------
    50 //  ------------------------------------------------------------------------------------------------
    51 //
    51 //
    52 TBool CMpxVideoDrmHelper::IsProtected( RFile& aFile )
    52 TBool CMpxVideoDrmHelper::IsProtectedL( RFile& aFile )
    53 {
    53 {
    54     TBool drmProtected = EFalse;
    54     TBool drmProtected = EFalse;
    55 
    55 
    56     RFs fs;
    56     RFs fs;
    57     RFile file;
    57     RFile file;
   116 }
   116 }
   117 
   117 
   118 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   118 #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
   119 
   119 
   120 //  ------------------------------------------------------------------------------------------------
   120 //  ------------------------------------------------------------------------------------------------
   121 //    CMpxVideoDrmHelper::IsProtected64()
   121 //    CMpxVideoDrmHelper::IsProtected64L()
   122 //  ------------------------------------------------------------------------------------------------
   122 //  ------------------------------------------------------------------------------------------------
   123 //
   123 //
   124 TBool CMpxVideoDrmHelper::IsProtected64( RFile64& aFile )
   124 TBool CMpxVideoDrmHelper::IsProtected64L( RFile64& aFile )
   125 {
   125 {
   126     TBool drmProtected = EFalse;
   126     TBool drmProtected = EFalse;
   127 
   127 
   128     RFs fs;
   128     RFs fs;
   129     RFile64 file;
   129     RFile64 file;