mobilemessaging/unieditor/application/inc/UniEditorProcessImageOperation.h
branchRCL_3
changeset 53 696bfeff199e
parent 0 72b543305e3a
--- a/mobilemessaging/unieditor/application/inc/UniEditorProcessImageOperation.h	Mon Jun 21 15:36:19 2010 +0300
+++ b/mobilemessaging/unieditor/application/inc/UniEditorProcessImageOperation.h	Thu Jul 15 18:34:37 2010 +0300
@@ -85,6 +85,11 @@
         * Detaches attachment id.
         */
         void DetachAttachmentId( TMsvAttachmentId& aAttachmentId );
+        
+	    /**
+        * Set Optimized Flow flag
+        */  
+        void SetOptimizedFlow(TBool aOptimizedFlow);
 
     protected:
 
@@ -205,9 +210,10 @@
         TInt                        iProcessMethod;
 
         TSize                       iScaleSize;
-        TSize                       iScaleSizeResult;
+  //      TSize                       iScaleSizeResult;
         TDataType                   iTargetType;
         TBool                       iExactImageScaling;
+        TBool                       iOptimizedFlow;
     };
 
 #endif //__UNIEDITORPROCESSIMAGEOPERATION_H