diff -r 82b66994846c -r dbb8300717f7 contentstorage/srvsrc/castorageproxy.cpp --- 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 ) {