imagingandcamerafws/imagingfws/ImageProcessor/src/imageprocessorinputinfo.cpp
branchRCL_3
changeset 23 545d349d14da
parent 0 40261b775718
equal deleted inserted replaced
20:67584cc761d1 23:545d349d14da
   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
       
   139 
   138 
       
   139 /**
       
   140 Retrieves access to a custom extension.
       
   141 
       
   142 @param  aExtension
       
   143         The UID of the extension to be retrieved
       
   144 
       
   145 @return Extension corresponding to the UID given as a parameter.
       
   146 */
       
   147 EXPORT_C TAny* TInputInfo::Extension(TUid /*aExtension*/) const 
       
   148     {
       
   149     return NULL;    
       
   150     }
       
   151     }//namespace ImageProcessor
   140 //EOF
   152 //EOF