mobilemessaging/unieditor/application/inc/UniEditorAppUi.h
branchRCL_3
changeset 77 da6ac9d688df
parent 66 fc3320e39880
--- 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"