cellular/telephonysettings/xqbindings/psetwrapper/tsrc/mocks/mock_psetcallwaitingwrapper.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 <QtGlobal>
       
    18 #include <QDebug>
       
    19 #include <smcmockclassincludes.h>
       
    20 #include "psetcallwaitingwrapper.h"
       
    21 
       
    22 // ============================ MEMBER FUNCTIONS ===============================
       
    23 class PSetCallWaitingWrapperPrivate
       
    24 {
       
    25 public:
       
    26     PSetCallWaitingWrapperPrivate() {}
       
    27 };
       
    28 
       
    29 // -----------------------------------------------------------------------------
       
    30 // PSetCallWaitingWrapper::PSetCallWaitingWrapper
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 PSetCallWaitingWrapper::PSetCallWaitingWrapper( 
       
    34         CPsetContainer & /*psetContainer*/,
       
    35         QObject * parent )
       
    36     :
       
    37     QObject(parent)
       
    38     {
       
    39     
       
    40     }
       
    41 
       
    42 
       
    43 // -----------------------------------------------------------------------------
       
    44 // PSetCallWaitingWrapper::~PSetCallWaitingWrapper
       
    45 // -----------------------------------------------------------------------------
       
    46 //
       
    47 PSetCallWaitingWrapper::~PSetCallWaitingWrapper(  )
       
    48     {
       
    49     
       
    50     }
       
    51 
       
    52 
       
    53 // -----------------------------------------------------------------------------
       
    54 // PSetCallWaitingWrapper::setCallWaiting
       
    55 // -----------------------------------------------------------------------------
       
    56 //
       
    57 void PSetCallWaitingWrapper::setCallWaiting( 
       
    58         PsCallWaitingCommand aSetting,
       
    59         int aBasicServiceGroup )
       
    60     {
       
    61     SMC_MOCK_METHOD2( void, PsCallWaitingCommand, aSetting, 
       
    62         int, aBasicServiceGroup )
       
    63     }
       
    64 
       
    65 
       
    66 // -----------------------------------------------------------------------------
       
    67 // PSetCallWaitingWrapper::getCallWaitingStatus
       
    68 // -----------------------------------------------------------------------------
       
    69 //
       
    70 void PSetCallWaitingWrapper::getCallWaitingStatus(  )
       
    71     {
       
    72     SMC_MOCK_METHOD0( void )
       
    73     }
       
    74 
       
    75 
       
    76 // -----------------------------------------------------------------------------
       
    77 // PSetCallWaitingWrapper::cancelProcess
       
    78 // -----------------------------------------------------------------------------
       
    79 //
       
    80 void PSetCallWaitingWrapper::cancelProcess(  )
       
    81     {
       
    82     SMC_MOCK_METHOD0( void )
       
    83     }