contentstorage/srvsrc/castorageproxy.cpp
changeset 94 dbb8300717f7
parent 93 82b66994846c
child 98 d2f833ab7940
--- a/contentstorage/srvsrc/castorageproxy.cpp	Fri Apr 30 15:22:08 2010 +0300
+++ b/contentstorage/srvsrc/castorageproxy.cpp	Fri May 14 17:24:44 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 )
     {