diff -r dec420019252 -r 7d91903f795f videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideodrmhelper_stub.cpp --- a/videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideodrmhelper_stub.cpp Tue Feb 02 00:12:10 2010 +0200 +++ b/videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideodrmhelper_stub.cpp Fri Feb 19 22:52:52 2010 +0200 @@ -15,7 +15,7 @@ * */ -// Version : %version: 5 % +// Version : %version: 6 % #include "mpxvideodrmhelper.h" @@ -46,10 +46,10 @@ } // ------------------------------------------------------------------------------------------------ -// CMpxVideoDrmHelper::IsProtected() +// CMpxVideoDrmHelper::IsProtectedL() // ------------------------------------------------------------------------------------------------ // -TBool CMpxVideoDrmHelper::IsProtected( RFile& aFile ) +TBool CMpxVideoDrmHelper::IsProtectedL( RFile& aFile ) { TBool drmProtected = EFalse; @@ -118,10 +118,10 @@ #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API // ------------------------------------------------------------------------------------------------ -// CMpxVideoDrmHelper::IsProtected64() +// CMpxVideoDrmHelper::IsProtected64L() // ------------------------------------------------------------------------------------------------ // -TBool CMpxVideoDrmHelper::IsProtected64( RFile64& aFile ) +TBool CMpxVideoDrmHelper::IsProtected64L( RFile64& aFile ) { TBool drmProtected = EFalse;