contentstorage/castorage/inc/castorage.h
changeset 80 397d00875918
parent 60 f62f87b200ec
child 103 b99b84bcd2d1
--- 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.