phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpbasesettingview.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 22 6bb1b21d2484
parent 45 6b911d05207e
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
     1 /* 
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
    43     
    43     
    44     }
    44     }
    45 
    45 
    46 
    46 
    47 // -----------------------------------------------------------------------------
    47 // -----------------------------------------------------------------------------
    48 // CpBaseSettingView::setSettingForm
    48 // CpBaseSettingView::returnValueDelivered
    49 // -----------------------------------------------------------------------------
    49 // -----------------------------------------------------------------------------
    50 //
    50 //
    51 void CpBaseSettingView::setSettingForm( 
    51 void CpBaseSettingView::returnValueDelivered( 
    52         HbDataForm * settingForm )
    52         const QVariant & returnValue )
    53     {
    53     {
    54 
    54     //SMC_MOCK_METHOD1( void, const QVariant &, returnValue )
    55     }
    55     }
    56 
    56 
    57 
    57 
    58 // -----------------------------------------------------------------------------
    58 // -----------------------------------------------------------------------------
    59 // CpBaseSettingView::settingForm
    59 // CpBaseSettingView::aboutToClose
    60 // -----------------------------------------------------------------------------
    60 // -----------------------------------------------------------------------------
    61 //
    61 //
    62 HbDataForm * CpBaseSettingView::settingForm(  ) const
    62 void CpBaseSettingView::aboutToClose(  )
    63     {
    63     {
    64     SMC_MOCK_METHOD0( HbDataForm * )
    64     SMC_MOCK_METHOD0( void )
    65     }
    65     }
    66 
    66 
    67 
    67 
       
    68 // -----------------------------------------------------------------------------
       
    69 // CpBaseSettingView::close
       
    70 // -----------------------------------------------------------------------------
       
    71 //
       
    72 void CpBaseSettingView::close(  )
       
    73     {
       
    74     SMC_MOCK_METHOD0( void )
       
    75     }
       
    76 
       
    77