imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessoroutputinfo.cpp
branchRCL_3
changeset 23 545d349d14da
parent 0 40261b775718
--- a/imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessoroutputinfo.cpp	Tue May 25 14:20:15 2010 +0300
+++ b/imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessoroutputinfo.cpp	Wed Jun 09 11:20:54 2010 +0300
@@ -53,6 +53,17 @@
 	iOutputInfoImpl.SetSamplingL(aSampling);
 	}
 
-	}//namespace ImageProcessor
+/**
+Retrieves access to a custom extension.
+
+@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