diff -r 630d2f34d719 -r 07a122eea281 telephonyserverplugins/common_tsy/commontsy/src/mmstorage/cmmphonebookstoretsywithdispatcher.cpp --- a/telephonyserverplugins/common_tsy/commontsy/src/mmstorage/cmmphonebookstoretsywithdispatcher.cpp Tue Aug 31 16:23:08 2010 +0300 +++ b/telephonyserverplugins/common_tsy/commontsy/src/mmstorage/cmmphonebookstoretsywithdispatcher.cpp Wed Sep 01 12:40:21 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -22,11 +22,6 @@ // INCLUDE FILES -#include "OstTraceDefinitions.h" -#ifdef OST_TRACE_COMPILER_IN_USE -#include "cmmphonebookstoretsywithdispatcherTraces.h" -#endif - #include "cmmphonebookstoretsy.h" #include "cmmphonebookstoreextinterface.h" #include @@ -45,7 +40,7 @@ void CMmPhoneBookStoreTsy::CacheEntriesL() { -OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CMMPHONEBOOKSTORETSY_CACHEENTRIESL1_1, "TSY: CMmPhoneBookStoreTsy::CacheEntriesL - entered"); +TFLOGSTRING("TSY: CMmPhoneBookStoreTsy::CacheEntriesL - entered"); // Get Phonebook related DLL -static data // Check if phonebook has been initialized successfully. Caching of ADN @@ -54,7 +49,7 @@ ( EFalse == iStoreInfoData->iIsPhonebookInitializeFailed || KADNPhoneBook != iPhoneBookType ) ) { - OstTraceDefExt1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CMMPHONEBOOKSTORETSY_CACHEENTRIESL1_2, "TSY: CMmPhoneBookStoreTsy::CacheEntriesL - Cache PB %S ", iPhoneBookName); + TFLOGSTRING2("TSY: CMmPhoneBookStoreTsy::CacheEntriesL - Cache PB %S ", &iPhoneBookName); TInt ret = KErrNone; CMmPhoneTsy::TNosBootState* bootState = iMmPhoneTsy->NosBootState(); @@ -71,7 +66,7 @@ iPBStoreCache->ResetAndDestroy(); delete iPBStoreCache; iPBStoreCache = NULL; -OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CMMPHONEBOOKSTORETSY_CACHEENTRIESL1_3, "TSY: CMmPhoneBookStoreTsy::CacheEntriesL - Old cache deleted"); +TFLOGSTRING("TSY: CMmPhoneBookStoreTsy::CacheEntriesL - Old cache deleted"); } //Inform phonebook that the cache is not ready for refresh @@ -83,11 +78,11 @@ } else if ( iCacheReady ) { -OstTraceDefExt1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CMMPHONEBOOKSTORETSY_CACHEENTRIESL1_4, "TSY: CMmPhoneBookStoreTsy::CacheEntriesL - PB %S cache entries ready", iPhoneBookName); +TFLOGSTRING2("TSY: CMmPhoneBookStoreTsy::CacheEntriesL - PB %S cache entries ready", &iPhoneBookName); } if ( KErrNone != ret) { -OstTraceDefExt1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CMMPHONEBOOKSTORETSY_CACHEENTRIESL1_5, "TSY: CMmPhoneBookStoreTsy::CacheEntriesL - PB %S caching failed!", iPhoneBookName); +TFLOGSTRING2("TSY: CMmPhoneBookStoreTsy::CacheEntriesL - PB %S caching failed!", &iPhoneBookName); } } // Phonebook not initialized -> let's do it before caching @@ -95,7 +90,7 @@ || iStoreInfoData->iIsPhonebookInitializeFailed ) && !iMmPhoneTsy->IsPBInitActive() ) { -OstTraceDefExt1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CMMPHONEBOOKSTORETSY_CACHEENTRIESL1_6, "TSY: CMmPhoneBookStoreTsy::CacheEntriesL - Starting initialization PB: %S", iPhoneBookName); +TFLOGSTRING2("TSY: CMmPhoneBookStoreTsy::CacheEntriesL - Starting initialization PB: %S", &iPhoneBookName); // before phonebook requests, phonebook must be initialized iMmPhoneBookStoreExtInterface->InitPhonebook( EMmTsyPhoneBookStoreInitIPC, iPhoneBookName );