mmlibs/mmfw/src/Plugin/StdSourceAndSink/Mmffile.cpp
branchRCL_3
changeset 50 948c7f65f6d4
parent 49 735348f59235
child 41 f7bf1ed8db72
equal deleted inserted replaced
49:735348f59235 50:948c7f65f6d4
   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 //		XXX If the UID is unknown we should reject, but  currently
   214 //		TODO 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))