imgeditor_plat/image_processing_engine_api/inc/ImageEditorEngineWrapper.h
branchCompilerCompatibility
changeset 7 0505d60a93f7
parent 1 edfc90759b9f
equal deleted inserted replaced
5:9b945cb097d8 7:0505d60a93f7
   412      * @since S60 v5.0
   412      * @since S60 v5.0
   413      * @param aString1 first string to be compared
   413      * @param aString1 first string to be compared
   414      * @param aString2 second string to be compared
   414      * @param aString2 second string to be compared
   415      * @return ETrue if equal, EFalse otherwise
   415      * @return ETrue if equal, EFalse otherwise
   416      */
   416      */
   417      TBool CEngineWrapper::IsSameString (
   417      TBool IsSameString (const TUint8 * aString1, const TUint8 * aString2);
   418                              const TUint8 *		aString1, 
       
   419                              const TUint8 *		aString2
       
   420                              );
       
   421                              
   418                              
   422     /**
   419     /**
   423      * Updates scale and pan to crop rectangle.
   420      * Updates scale and pan to crop rectangle.
   424      *
   421      *
   425      * @since S60 v5.0
   422      * @since S60 v5.0