diff -r 17302fa075e1 -r da6ac9d688df mobilemessaging/unieditor/application/inc/UniEditorAppUi.h --- a/mobilemessaging/unieditor/application/inc/UniEditorAppUi.h Wed Sep 15 12:08:45 2010 +0300 +++ b/mobilemessaging/unieditor/application/inc/UniEditorAppUi.h Wed Oct 13 14:27:34 2010 +0300 @@ -257,11 +257,6 @@ * From CEikAppUi */ void HandleCommandL( TInt aCommand ); - - /** - * From CAknAppUi - */ - void ProcessCommandL(TInt aCommand); /** * Performs the command. @@ -1254,12 +1249,6 @@ * Notification from central repository */ void HandleNotifyInt( TUint32 aId, TInt aNewValue ); - - /** - * Shows the Popup note in ITUT, when message size exceeds or deceeds - * a certain limit or it changes from sms to mms and vice versa - */ - void ShowDiscreetPopUpL(const TDesC& aMessage); /** * Is Inserted objects path are valid. @@ -1395,6 +1384,7 @@ CAknStylusPopUpMenu* iEmbeddedObjectStylusPopup; // sendui+jepg optimization changes TBool iOptimizedFlow; + TBool iSingleJpegImageProcessing; }; #include "UniEditorAppUi.inl"