imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessorinputinfo.cpp
changeset 31 ae0addfe117e
parent 0 40261b775718
child 32 ae690a8c4a18
equal deleted inserted replaced
30:9707f1c07383 31:ae0addfe117e
   133 	{
   133 	{
   134 	__ASSERT_ALWAYS(iImageProcessorImpl.IsInputSet(), User::Leave(KErrNotReady));
   134 	__ASSERT_ALWAYS(iImageProcessorImpl.IsInputSet(), User::Leave(KErrNotReady));
   135 	return iInputInfoImpl.HasAlphaL();
   135 	return iInputInfoImpl.HasAlphaL();
   136 	}
   136 	}
   137 
   137 
   138 	}//namespace ImageProcessor
   138 /**
       
   139 Retrieves access to a custom extension.
   139 
   140 
       
   141 @param  aExtension
       
   142         The UID of the extension to be retrieved
       
   143 
       
   144 @return Extension corresponding to the UID given as a parameter.
       
   145 */
       
   146 EXPORT_C TAny* TInputInfo::Extension(TUid /*aExtension*/) const 
       
   147     {
       
   148     return NULL;    
       
   149     }
       
   150     }//namespace ImageProcessor
   140 //EOF
   151 //EOF