contentstorage/srvsrc/castorageproxy.cpp
changeset 80 397d00875918
parent 73 4bc7b118b3df
child 103 b99b84bcd2d1
equal deleted inserted replaced
73:4bc7b118b3df 80:397d00875918
   270 
   270 
   271 // ---------------------------------------------------------------------------
   271 // ---------------------------------------------------------------------------
   272 //
   272 //
   273 // ---------------------------------------------------------------------------
   273 // ---------------------------------------------------------------------------
   274 //
   274 //
       
   275 EXPORT_C void CCaStorageProxy::AddLocalizationL(
       
   276 		const CCaLocalizationEntry& aLocalization)
       
   277 	{
       
   278 	iStorage->AddLocalizationL(aLocalization);
       
   279 	}
       
   280 
       
   281 // ---------------------------------------------------------------------------
       
   282 //
       
   283 // ---------------------------------------------------------------------------
       
   284 //
   275 EXPORT_C void CCaStorageProxy::DbPropertyL( const TDesC& aProperty,
   285 EXPORT_C void CCaStorageProxy::DbPropertyL( const TDesC& aProperty,
   276         TDes& aPropertyValue )
   286         TDes& aPropertyValue )
   277     {
   287     {
   278     iStorage->DbPropertyL( aProperty, aPropertyValue );
   288     iStorage->DbPropertyL( aProperty, aPropertyValue );
   279     }
   289     }