phoneengine/phoneservices/tsrc/shared/mock_mpecallcontrolif.cpp
changeset 46 bc5a64e5bc3c
equal deleted inserted replaced
45:6b911d05207e 46:bc5a64e5bc3c
       
     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 <smcmockclassincludes.h>
       
    18 #include "mock_mpecallcontrolif.h"
       
    19 
       
    20 // ============================ MEMBER FUNCTIONS ===============================
       
    21 
       
    22 // -----------------------------------------------------------------------------
       
    23 // CPECallControlIFMock::HandleDialServiceCall
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 TInt CPECallControlIFMock::HandleDialServiceCall( 
       
    27         const TBool aClientCall )
       
    28     {
       
    29     SMC_MOCK_METHOD1( TInt, const TBool, aClientCall )
       
    30     }
       
    31 
       
    32 
       
    33 // -----------------------------------------------------------------------------
       
    34 // CPECallControlIFMock::HandlePlayDTMFL
       
    35 // -----------------------------------------------------------------------------
       
    36 //
       
    37 void CPECallControlIFMock::HandlePlayDTMFL(  )
       
    38     {
       
    39     SMC_MOCK_METHOD0( void )
       
    40     }
       
    41 
       
    42 
       
    43 // -----------------------------------------------------------------------------
       
    44 // CPECallControlIFMock::HandleEndDTMF
       
    45 // -----------------------------------------------------------------------------
       
    46 //
       
    47 TInt CPECallControlIFMock::HandleEndDTMF(  )
       
    48     {
       
    49     SMC_MOCK_METHOD0( TInt )
       
    50     }
       
    51 
       
    52