equal
deleted
inserted
replaced
71 |
71 |
72 /** |
72 /** |
73 * Starts send ui operation |
73 * Starts send ui operation |
74 */ |
74 */ |
75 void Start(); |
75 void Start(); |
|
76 |
|
77 /** |
|
78 * check Is optimized flow |
|
79 */ |
|
80 TBool IsOptimizedFlagSet(); |
76 |
81 |
77 protected: |
82 protected: |
78 |
83 |
79 /** |
84 /** |
80 * From CActive |
85 * From CActive |
163 TInt iObjectNum; |
168 TInt iObjectNum; |
164 TInt iSlideNum; |
169 TInt iSlideNum; |
165 CUniObject* iPreparedObject; |
170 CUniObject* iPreparedObject; |
166 TBool iDeleteAll; |
171 TBool iDeleteAll; |
167 CUniEditorProcessTextOperation* iTextOperation; |
172 CUniEditorProcessTextOperation* iTextOperation; |
|
173 // sendui+jepg optimization changes |
|
174 TBool iOptimizedFlow; |
168 |
175 |
169 }; |
176 }; |
170 |
177 |
171 #endif // __UNIEDITORSENDUIOPERATION_H |
178 #endif // __UNIEDITORSENDUIOPERATION_H |