diff -r 7ef16719d8cb -r fc69e1e37771 telephonyserverplugins/common_tsy/commontsy/src/mmstorage/cmmphonebookstoretsy.cpp --- a/telephonyserverplugins/common_tsy/commontsy/src/mmstorage/cmmphonebookstoretsy.cpp Fri Mar 12 15:49:38 2010 +0200 +++ b/telephonyserverplugins/common_tsy/commontsy/src/mmstorage/cmmphonebookstoretsy.cpp Mon Mar 15 12:45:06 2010 +0200 @@ -1161,7 +1161,7 @@ #else CArrayPtrSeg* entryData; aDataPackage->UnPackData(entryData); - CopyLtsyCacheToCtsyCache(entryData); + CopyLtsyCacheToCtsyCacheL(entryData); #endif CMmPhoneTsy::CNosBootState* bootState = iMmPhoneTsy->NosBootState(); @@ -3163,7 +3163,7 @@ } // --------------------------------------------------------------------------- -// CMmPhoneBookStoreTsy::CopyLtsyCacheToCtsyCache +// CMmPhoneBookStoreTsy::CopyLtsyCacheToCtsyCacheL // This method copies Ltsy Cache to Ctsy Cache // This is only done when NOT using the dispatcher as the Ltsy creates the array and destroys // the memory before CTSY is completely done with it. It now has to be copied over to CTSY domain @@ -3171,7 +3171,7 @@ // (other items were commented in a header). // --------------------------------------------------------------------------- // -void CMmPhoneBookStoreTsy::CopyLtsyCacheToCtsyCache( CArrayPtrSeg* aEntryData ) +void CMmPhoneBookStoreTsy::CopyLtsyCacheToCtsyCacheL( CArrayPtrSeg* aEntryData ) { if (iPBStoreCache!=NULL) { @@ -3231,7 +3231,7 @@ (phoneBookStoreEntry->iAnr)->AppendL((*anr)[anrCount]); } } - + iPBStoreCache->AppendL(phoneBookStoreEntry); CleanupStack::Pop( phoneBookStoreEntry ); }