equal
deleted
inserted
replaced
209 drmContent = ETrue; |
209 drmContent = ETrue; |
210 iCAFParameters->iEnableUI = stream.ReadInt32L(); |
210 iCAFParameters->iEnableUI = stream.ReadInt32L(); |
211 } |
211 } |
212 else |
212 else |
213 { |
213 { |
214 // TODO If the UID is unknown we should reject, but currently |
214 // XXX If the UID is unknown we should reject, but currently |
215 // code also used for older calls that just supply filename. |
215 // code also used for older calls that just supply filename. |
216 // User::Leave(KErrNotSupported); |
216 // User::Leave(KErrNotSupported); |
217 } |
217 } |
218 |
218 |
219 if ((filename == NULL) && aInitData.Length() == sizeof(TMMFFileHandleParams)) |
219 if ((filename == NULL) && aInitData.Length() == sizeof(TMMFFileHandleParams)) |