appfw/apparchitecture/apgrfx/apgrecog.cpp
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
   458 	} //lint !e1764 Suppress reference parameter 'aDataType' could be declared const ref
   458 	} //lint !e1764 Suppress reference parameter 'aDataType' could be declared const ref
   459 
   459 
   460 
   460 
   461 
   461 
   462 /** Tests whether data taken from a named file has the specified 
   462 /** Tests whether data taken from a named file has the specified 
   463 data (MIME) type.
   463  * data (MIME) type.
   464 
   464 
   465 @param aName The name of the file containing the data.
   465 @param aName The name of the file containing the data.
   466 @param aBuffer A buffer containing data taken from the specified file; Provide preferred size of buffer 
   466 @param aBuffer A buffer containing data taken from the specified file; Provide preferred size of buffer 
   467 from beginning of the file. If MIME type could not be recognized using this buffer, provide a buffer of 
   467 from beginning of the file. If MIME type could not be recognized using this buffer, provide a buffer of 
   468 larger size.
   468 larger size.