equal
deleted
inserted
replaced
1979 return err; |
1979 return err; |
1980 } |
1980 } |
1981 |
1981 |
1982 MMMFDRMCustomCommand* CMMFMdaAudioPlayerUtility::GetDRMCustomCommand() |
1982 MMMFDRMCustomCommand* CMMFMdaAudioPlayerUtility::GetDRMCustomCommand() |
1983 { |
1983 { |
1984 // XXX: check controller supports MMMFDRMCustomCommandImplementor |
1984 // TODO: check controller supports MMMFDRMCustomCommandImplementor |
1985 if (iDRMCustomCommands.IsSupported()) |
1985 if (iDRMCustomCommands.IsSupported()) |
1986 { |
1986 { |
1987 return static_cast<MMMFDRMCustomCommand*>(&iDRMCustomCommands); |
1987 return static_cast<MMMFDRMCustomCommand*>(&iDRMCustomCommands); |
1988 } |
1988 } |
1989 else |
1989 else |