mobilemessaging/unieditor/smsplugin/inc/UniSmsPlugin.h
changeset 2 0bf1d54f37d9
parent 0 72b543305e3a
child 9 1d7827e39b52
--- a/mobilemessaging/unieditor/smsplugin/inc/UniSmsPlugin.h	Thu Jan 07 12:45:05 2010 +0200
+++ b/mobilemessaging/unieditor/smsplugin/inc/UniSmsPlugin.h	Mon Jan 18 20:16:40 2010 +0200
@@ -227,7 +227,11 @@
         * Converts sms message to uni message format.
         */
 		TMsvId DoConvertFromL( TMsvId aId, TBool aIsForward );
-        
+
+        /**
+        * returns attachment size.
+        */
+		TInt32 AttachmentsSizeL( CMsvStore& aStore );        
 
     private:  // Data    
 
@@ -268,6 +272,8 @@
         TInt iCharSupportType;
         TSmsEncoding  iAlternativeEncodingType;
         TBool iNLTFeatureSupport;
+        
+        TBool iStoreChanged ;
     };
 
 inline void CUniSmsPlugin::SetUnicodeMode( TBool aUnicodeMode )