diff -r d09ac5c1e252 -r 0bf1d54f37d9 mobilemessaging/unieditor/smsplugin/inc/UniSmsPlugin.h --- 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 )