telephonyserverplugins/common_tsy/commontsy/src/mmutility/CResponseTimerStore.cpp
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    14 //
    14 //
    15 
    15 
    16 
    16 
    17 
    17 
    18 //  INCLUDE FILES
    18 //  INCLUDE FILES
       
    19 
       
    20 #include "OstTraceDefinitions.h"
       
    21 #ifdef OST_TRACE_COMPILER_IN_USE
       
    22 #include "CResponseTimerStoreTraces.h"
       
    23 #endif
       
    24 
    19 #include "CResponseTimerStore.h"
    25 #include "CResponseTimerStore.h"
    20 #include "cmmphonetsy.h"
    26 #include "cmmphonetsy.h"
    21 #include "CResponseTimer.h"
    27 #include "CResponseTimer.h"
    22 #include "MmTsy_timeoutdefs.h"
    28 #include "MmTsy_timeoutdefs.h"
    23 #include <ctsy/tflogger.h>
       
    24 
    29 
    25 #ifdef REQHANDLE_TIMER
    30 #ifdef REQHANDLE_TIMER
    26 
    31 
    27 // ======== MEMBER FUNCTIONS ========
    32 // ======== MEMBER FUNCTIONS ========
    28 
    33 
   214     
   219     
   215     //check the result
   220     //check the result
   216     if ( KErrNone != ret )
   221     if ( KErrNone != ret )
   217         {
   222         {
   218         //log problem
   223         //log problem
   219 TFLOGSTRING("Error inserting entry in the Timer table.");
   224 OstTraceDef0(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CRESPONSETIMERSTORE_ADDTIMEENTRY_1, "Error inserting entry in the Timer table.");
   220         }
   225         }
   221     }
   226     }
   222 
   227 
   223 // ---------------------------------------------------------------------------
   228 // ---------------------------------------------------------------------------
   224 // CResponseTimerStore::DeleteEntryByHandle
   229 // CResponseTimerStore::DeleteEntryByHandle