--- a/mmsengine/mmscodec/src/mmsdecode.cpp Fri Feb 19 22:47:38 2010 +0200
+++ b/mmsengine/mmscodec/src/mmsdecode.cpp Fri Mar 12 15:42:19 2010 +0200
@@ -4604,7 +4604,7 @@
if ( iSmilCount <= 1 && iAudioCount == 1 &&
( iAttaNumber == iSmilCount + iAudioCount ) )
{
- if(!CheckDRMContent())
+ if(!CheckDRMContentL())
{
TBool audioSupported = EFalse;
TRAP_IGNORE(
@@ -4654,7 +4654,7 @@
// CMmsDecode::CheckDRMContent
// ---------------------------------------------------------
//
-TBool CMmsDecode::CheckDRMContent()
+TBool CMmsDecode::CheckDRMContentL()
{
CFileProtectionResolver* resolver = CFileProtectionResolver::NewLC( iFs);