telephonyserverplugins/common_tsy/commontsy/src/mmcustomtsy/CMmSimLockTsy.cpp
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 66 07a122eea281
child 73 70d75957b98f
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 "CMmSimLockTsyTraces.h"
       
    23 #endif
       
    24 
    19 #include "CMmSimLockTsy.h"
    25 #include "CMmSimLockTsy.h"
    20 #include <ctsy/tflogger.h>
       
    21 #include <ctsy/pluginapi/cmmdatapackage.h>
    26 #include <ctsy/pluginapi/cmmdatapackage.h>
    22 
    27 
    23 // ======== MEMBER FUNCTIONS ========
    28 // ======== MEMBER FUNCTIONS ========
    24 
    29 
    25 CMmSimLockTsy::CMmSimLockTsy()
    30 CMmSimLockTsy::CMmSimLockTsy()
   446 //
   451 //
   447 void CMmSimLockTsy::Complete( 
   452 void CMmSimLockTsy::Complete( 
   448     TInt aReqHandleType, 
   453     TInt aReqHandleType, 
   449     TInt aError )
   454     TInt aError )
   450     {
   455     {
   451 TFLOGSTRING3( "CMmCustomTsy: CMmSimLockTsy::Complete.\n\t ReqHandleType:%d \n\t Error:%d\n", aReqHandleType, aError );
   456 OstTraceDefExt2(OST_TRACE_CATEGORY_DEBUG, TRACE_INTERNALS, CMMSIMLOCKTSY_COMPLETE_1,  "CMmCustomTsy: CMmSimLockTsy::Complete.\n\t ReqHandleType:%d \n\t Error:%d\n", aReqHandleType, aError );
   452 
   457 
   453     // All possible TSY req handle types are listed in the
   458     // All possible TSY req handle types are listed in the
   454     // switch case below.
   459     // switch case below.
   455     switch ( aReqHandleType )
   460     switch ( aReqHandleType )
   456         {
   461         {