mmlibs/mmfw/src/Plugin/StdSourceAndSink/Mmffile.cpp
branchRCL_3
changeset 49 735348f59235
parent 11 d5f04de580b7
child 32 ae690a8c4a18
equal deleted inserted replaced
40:f429a0a2075b 49:735348f59235
   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))