contentstorage/cautils/inc/calocalizationentry.h
changeset 96 5d243a69bdda
parent 94 dbb8300717f7
equal deleted inserted replaced
95:c739008478cc 96:5d243a69bdda
    98 
    98 
    99      */
    99      */
   100     IMPORT_C void SetRowId( TUint aRowId );
   100     IMPORT_C void SetRowId( TUint aRowId );
   101     
   101     
   102     /**
   102     /**
   103 
   103       Sets localization id
   104      */
   104      */
   105     IMPORT_C void SetTextId( TUint aId );
   105     IMPORT_C void SetTextId( TUint aId );
   106     
   106     
   107 
   107 
   108     /**
   108     /**
   195      * Own.
   195      * Own.
   196      */
   196      */
   197     RBuf iLocalName;
   197     RBuf iLocalName;
   198     
   198     
   199     /*
   199     /*
   200      * Translated string.
   200      * Qm filename.
   201      * Own.
   201      * Own.
   202      */
   202      */
   203     RBuf iQmFilename;
   203     RBuf iQmFilename;
   204 
   204 
   205      };
   205      };