diff -r 17af172ffa5f -r 630d2f34d719 telephonyserverplugins/simtsy/src/CSimDataLine.cpp --- a/telephonyserverplugins/simtsy/src/CSimDataLine.cpp Thu Aug 19 11:03:36 2010 +0300 +++ b/telephonyserverplugins/simtsy/src/CSimDataLine.cpp Tue Aug 31 16:23:08 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2001-2010 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" @@ -13,9 +13,15 @@ // Description: // + + +#include "OstTraceDefinitions.h" +#ifdef OST_TRACE_COMPILER_IN_USE +#include "CSimDataLineTraces.h" +#endif + #include "CSimPhone.h" #include "CSimDataCall.h" -#include "Simlog.h" #include "et_struct.h" _LIT(KCommonCallName,"DataCall%d"); // < Data call name template. @@ -108,7 +114,7 @@ * @leave Leaves if name given does not match the required name */ { - LOGDATA1(">>CSimDataLine::OpenNewObjectByNameL"); + OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSIMDATALINE_OPENNEWOBJECTBYNAMEL_1, ">>CSimDataLine::OpenNewObjectByNameL"); TInt i; for(i=0;iCount();i++) { @@ -118,7 +124,7 @@ return iCalls->At(i); } } - LOGDATA1("<>CSimDataLine::CreateNewCallL 0x%08x",newCall); + OstTraceDef1(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSIMDATALINE_CREATENEWCALLL_1, ">>CSimDataLine::CreateNewCallL 0x%08x",newCall); CleanupStack::Pop(newCall); return newCall; } @@ -218,7 +224,7 @@ return NotifyMobileLineStatusChangeCancel(aTsyReqHandle); default: - LOGDATA1("CSimDataLine::CancelService: No IPC match in SIM TSY, defering to core cancelservice function."); + OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CSIMDATALINE_CANCELSERVICE_1, "CSimDataLine::CancelService: No IPC match in SIM TSY, defering to core cancelservice function."); break; }