imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessorinputinfo.cpp
changeset 32 ae690a8c4a18
parent 31 ae0addfe117e
child 41 f7bf1ed8db72
equal deleted inserted replaced
31:ae0addfe117e 32:ae690a8c4a18
   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 /**
   138 	}//namespace ImageProcessor
   139 Retrieves access to a custom extension.
       
   140 
   139 
   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
       
   151 //EOF
   140 //EOF