diff -r 4bc7b118b3df -r 397d00875918 contentstorage/castorage/inc/castorage.h --- a/contentstorage/castorage/inc/castorage.h Fri May 14 16:10:06 2010 +0300 +++ b/contentstorage/castorage/inc/castorage.h Thu May 27 13:11:12 2010 +0300 @@ -40,6 +40,13 @@ virtual void LocalizeEntryL( CCaLocalizationEntry& aLocalization ) = 0; /** + * Adds localization row to the localization table + * + * @param aLocalization localization information about entry. + */ + virtual void AddLocalizationL( const CCaLocalizationEntry& aLocalization ) = 0; + + /** * Fetches data from database * * @param aResultContainer container for localizations information.