contentstorage/castorage/inc/castorage.h
changeset 94 dbb8300717f7
parent 86 e492551a0d54
child 98 d2f833ab7940
--- a/contentstorage/castorage/inc/castorage.h	Fri Apr 30 15:22:08 2010 +0300
+++ b/contentstorage/castorage/inc/castorage.h	Fri May 14 17:24:44 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.