phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_psetcalldivertingwrapper_p.cpp
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:33:21 +0100
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 22 6bb1b21d2484
parent 37 ba76fc04e6c2
permissions -rw-r--r--
Catchup to latest Symbian^4

/* 
* Copyright (c) 2009 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"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/
#include <mpsetdivertobs.h>
#include <mphcltemergencycallobserver.h>
#include <mmlist.h>
#include <smcmockclassincludes.h>
#include "psetcalldivertingwrapper_p.h"

// ============================ MEMBER FUNCTIONS ===============================

// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::PSetCallDivertingWrapperPrivate
// -----------------------------------------------------------------------------
//
PSetCallDivertingWrapperPrivate::PSetCallDivertingWrapperPrivate( 
        PSetCallDivertingWrapper & owner )
    : m_Owner(owner)
    {
    
    }


// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::~PSetCallDivertingWrapperPrivate
// -----------------------------------------------------------------------------
//
PSetCallDivertingWrapperPrivate::~PSetCallDivertingWrapperPrivate(  )
    {
    
    }


// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::HandleDivertingChangedL
// -----------------------------------------------------------------------------
//
void PSetCallDivertingWrapperPrivate::HandleDivertingChangedL( 
        const TCallDivertSetting & aSetting,
        TBool aPlural )
    {
    SMC_MOCK_METHOD2( void, const TCallDivertSetting &, aSetting, 
        TBool, aPlural )
    }


// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::HandleDivertingStatusL
// -----------------------------------------------------------------------------
//
void PSetCallDivertingWrapperPrivate::HandleDivertingStatusL( 
        CMobilePhoneCFList & aSetting,
        TBool aPlural )
    {
    SMC_MOCK_METHOD2( void, CMobilePhoneCFList &, aSetting, 
        TBool, aPlural )
    }


// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::HandleDivertingErrorL
// -----------------------------------------------------------------------------
//
void PSetCallDivertingWrapperPrivate::HandleDivertingErrorL( 
        TInt aReason )
    {
    SMC_MOCK_METHOD1( void, TInt, aReason )
    }


// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::HandleCFRequestingL
// -----------------------------------------------------------------------------
//
void PSetCallDivertingWrapperPrivate::HandleCFRequestingL( 
        TBool aOngoing,
        TBool aInterrupted )
    {
    SMC_MOCK_METHOD2( void, TBool, aOngoing, 
        TBool, aInterrupted )
    }


// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::SetEngineContact
// -----------------------------------------------------------------------------
//
void PSetCallDivertingWrapperPrivate::SetEngineContact( 
        MPsetCallDiverting * aDivertEngine )
    {
    SMC_MOCK_METHOD1( void, MPsetCallDiverting *, aDivertEngine )
    }


// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::HandleEmergencyDialL
// -----------------------------------------------------------------------------
//
void PSetCallDivertingWrapperPrivate::HandleEmergencyDialL( 
        const TInt aStatus )
    {
    SMC_MOCK_METHOD1( void, const TInt, aStatus )
    }


// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::convert
// -----------------------------------------------------------------------------
//
TCallDivertingCondition PSetCallDivertingWrapperPrivate::convert( 
        PsCallDivertingCondition type )
    {
    SMC_MOCK_METHOD1( TCallDivertingCondition, PsCallDivertingCondition, type )
    }


// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::convert
// -----------------------------------------------------------------------------
//
TDivertingStatus PSetCallDivertingWrapperPrivate::convert( 
        PsCallDivertingStatus type )
    {
    SMC_MOCK_METHOD1( TDivertingStatus, PsCallDivertingStatus, type )
    }


// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::convert
// -----------------------------------------------------------------------------
//
TServiceGroup PSetCallDivertingWrapperPrivate::convert( 
        PsServiceGroup type )
    {
    // TODO: QFlags does not compile with SymbianMock
    // SMC_MOCK_METHOD1( TServiceGroup, PsServiceGroup, type )
    Q_UNUSED(type)
    SMC_MOCK_METHOD0( TServiceGroup )
    }


// -----------------------------------------------------------------------------
// PSetCallDivertingWrapperPrivate::convert
// -----------------------------------------------------------------------------
//
TDivertingSetting PSetCallDivertingWrapperPrivate::convert( 
        PsCallDivertingSetting type )
    {
    SMC_MOCK_METHOD1( TDivertingSetting, PsCallDivertingSetting, type )
    }