contentstorage/srvsrc/castorageproxy.cpp
changeset 80 397d00875918
parent 73 4bc7b118b3df
child 103 b99b84bcd2d1
--- a/contentstorage/srvsrc/castorageproxy.cpp	Fri May 14 16:10:06 2010 +0300
+++ b/contentstorage/srvsrc/castorageproxy.cpp	Thu May 27 13:11:12 2010 +0300
@@ -272,6 +272,16 @@
 //
 // ---------------------------------------------------------------------------
 //
+EXPORT_C void CCaStorageProxy::AddLocalizationL(
+		const CCaLocalizationEntry& aLocalization)
+	{
+	iStorage->AddLocalizationL(aLocalization);
+	}
+
+// ---------------------------------------------------------------------------
+//
+// ---------------------------------------------------------------------------
+//
 EXPORT_C void CCaStorageProxy::DbPropertyL( const TDesC& aProperty,
         TDes& aPropertyValue )
     {