mobilemessaging/unieditor/smsplugin/inc/UniSmsPlugin.h
changeset 2 0bf1d54f37d9
parent 0 72b543305e3a
child 9 1d7827e39b52
equal deleted inserted replaced
1:d09ac5c1e252 2:0bf1d54f37d9
   225             
   225             
   226         /**
   226         /**
   227         * Converts sms message to uni message format.
   227         * Converts sms message to uni message format.
   228         */
   228         */
   229 		TMsvId DoConvertFromL( TMsvId aId, TBool aIsForward );
   229 		TMsvId DoConvertFromL( TMsvId aId, TBool aIsForward );
   230         
   230 
       
   231         /**
       
   232         * returns attachment size.
       
   233         */
       
   234 		TInt32 AttachmentsSizeL( CMsvStore& aStore );        
   231 
   235 
   232     private:  // Data    
   236     private:  // Data    
   233 
   237 
   234         CMsvSession& iSession;
   238         CMsvSession& iSession;
   235         CUniClientMtm& iUniMtm;
   239         CUniClientMtm& iUniMtm;
   266         
   270         
   267         //Turkish SMS(PREQ2265) specific...
   271         //Turkish SMS(PREQ2265) specific...
   268         TInt iCharSupportType;
   272         TInt iCharSupportType;
   269         TSmsEncoding  iAlternativeEncodingType;
   273         TSmsEncoding  iAlternativeEncodingType;
   270         TBool iNLTFeatureSupport;
   274         TBool iNLTFeatureSupport;
       
   275         
       
   276         TBool iStoreChanged ;
   271     };
   277     };
   272 
   278 
   273 inline void CUniSmsPlugin::SetUnicodeMode( TBool aUnicodeMode )
   279 inline void CUniSmsPlugin::SetUnicodeMode( TBool aUnicodeMode )
   274     {
   280     {
   275     iUnicodeMode = aUnicodeMode;
   281     iUnicodeMode = aUnicodeMode;