telutils/keysequencerecognitionservice/tsrc/shared/mock_secui.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 #include <QDebug>
       
    18 #include <smcmockclassincludes.h>
       
    19 #include <e32std.h>
       
    20 #include <eikenv.h>
       
    21 #include <bautils.h>
       
    22 #include 	<data_caging_path_literals.hrh>
       
    23 #include <secui.h>
       
    24 
       
    25 // ============================ MEMBER FUNCTIONS ===============================
       
    26 
       
    27 // -----------------------------------------------------------------------------
       
    28 // TSecUi::TSecUi
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 TSecUi::TSecUi(  )
       
    32     {
       
    33     
       
    34     }
       
    35 
       
    36 
       
    37 // -----------------------------------------------------------------------------
       
    38 // TSecUi::ConstructL
       
    39 // -----------------------------------------------------------------------------
       
    40 //
       
    41 void TSecUi::ConstructL(  )
       
    42     {
       
    43     
       
    44     }
       
    45 
       
    46 
       
    47 // -----------------------------------------------------------------------------
       
    48 // TSecUi::InitializeLibL
       
    49 // -----------------------------------------------------------------------------
       
    50 //
       
    51 void TSecUi::InitializeLibL(  )
       
    52     {
       
    53     SMC_MOCK_METHOD0( void )
       
    54     }
       
    55 
       
    56 
       
    57 // -----------------------------------------------------------------------------
       
    58 // TSecUi::UnInitializeLib
       
    59 // -----------------------------------------------------------------------------
       
    60 //
       
    61 void TSecUi::UnInitializeLib(  )
       
    62     {
       
    63     SMC_MOCK_METHOD0( void )
       
    64     }
       
    65 
       
    66 
       
    67 // -----------------------------------------------------------------------------
       
    68 // TSecUi::CanBeFreed
       
    69 // -----------------------------------------------------------------------------
       
    70 //
       
    71 TBool TSecUi::CanBeFreed(  )
       
    72     {
       
    73     SMC_MOCK_METHOD0( TBool )
       
    74     }
       
    75 
       
    76 
       
    77 // -----------------------------------------------------------------------------
       
    78 // TSecUi::IncreaseClientCount
       
    79 // -----------------------------------------------------------------------------
       
    80 //
       
    81 void TSecUi::IncreaseClientCount(  )
       
    82     {
       
    83     SMC_MOCK_METHOD0( void )
       
    84     }
       
    85 
       
    86 
       
    87 // -----------------------------------------------------------------------------
       
    88 // TSecUi::DecreaseClientCount
       
    89 // -----------------------------------------------------------------------------
       
    90 //
       
    91 void TSecUi::DecreaseClientCount(  )
       
    92     {
       
    93     SMC_MOCK_METHOD0( void )
       
    94     }
       
    95 
       
    96