contentstorage/castorage/inc/castorage.h
changeset 80 397d00875918
parent 60 f62f87b200ec
child 103 b99b84bcd2d1
equal deleted inserted replaced
73:4bc7b118b3df 80:397d00875918
    37      *
    37      *
    38      * @param aLocalization localization information about entry.
    38      * @param aLocalization localization information about entry.
    39      */
    39      */
    40     virtual void LocalizeEntryL( CCaLocalizationEntry& aLocalization ) = 0;
    40     virtual void LocalizeEntryL( CCaLocalizationEntry& aLocalization ) = 0;
    41 
    41 
       
    42     /**
       
    43      * Adds localization row to the localization table
       
    44      *
       
    45      * @param aLocalization localization information about entry.
       
    46      */
       
    47     virtual void AddLocalizationL( const CCaLocalizationEntry& aLocalization ) = 0;
       
    48     
    42     /**
    49     /**
    43      * Fetches data from database
    50      * Fetches data from database
    44      *
    51      *
    45      * @param aResultContainer container for localizations information.
    52      * @param aResultContainer container for localizations information.
    46      */
    53      */