diff -r 35b64624a9e7 -r 36f374c67aa8 messagingapp/msgui/unifiededitor/inc/msgunieditorbody.h --- a/messagingapp/msgui/unifiededitor/inc/msgunieditorbody.h Wed Jun 23 18:09:17 2010 +0300 +++ b/messagingapp/msgui/unifiededitor/inc/msgunieditorbody.h Tue Jul 06 14:12:40 2010 +0300 @@ -103,6 +103,13 @@ */ void EditorOperationEvent( TUniEditorProcessImageOperationEvent aEvent, TFileName aFileName ); + /** + * Function which tells whether the image resize process is in progress + */ + bool isImageResizing() + { + return mIsImageResizing; + } public slots: /** @@ -331,6 +338,12 @@ * boolean specifying a draft message */ bool mDraftMessage ; + + /* + * Flag to indicate the state of image resizing process. + * true - resize in progress. false - resize is not underway. + */ + bool mIsImageResizing; }; #endif //MSG_UNIFIED_EDITOR_BODY_H