diff -r 9707f1c07383 -r ae0addfe117e imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessoroutputinfo.cpp --- a/imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessoroutputinfo.cpp Fri Jul 09 12:37:42 2010 +0100 +++ b/imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessoroutputinfo.cpp Fri Jul 09 12:53:09 2010 +0100 @@ -52,7 +52,17 @@ __ASSERT_ALWAYS(iImageProcessorImpl.IsOutputSet(), User::Leave(KErrNotReady)); iOutputInfoImpl.SetSamplingL(aSampling); } +/** +Retrieves access to a custom extension. - }//namespace ImageProcessor +@param aExtension + The UID of the extension to be retrieved +@return Extension corresponding to the UID given as a parameter. +*/ +EXPORT_C TAny* TOutputInfo::Extension(TUid /*aExtension*/) const + { + return NULL; + } + }//namespace ImageProcessor //EOF