diff -r ba76fc04e6c2 -r 6b911d05207e phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpplugincommon.cpp --- a/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpplugincommon.cpp Fri Jun 04 10:19:18 2010 +0100 +++ b/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpplugincommon.cpp Wed Jun 23 18:12:20 2010 +0300 @@ -62,6 +62,27 @@ // ----------------------------------------------------------------------------- +// CpSettingsWrapper::readVtVideoSending +// ----------------------------------------------------------------------------- +// +int CpSettingsWrapper::readVtVideoSending( ) + { + SMC_MOCK_METHOD0( int ) + } + + +// ----------------------------------------------------------------------------- +// CpSettingsWrapper::writeVtVideoSending +// ----------------------------------------------------------------------------- +// +int CpSettingsWrapper::writeVtVideoSending( + int value ) + { + SMC_MOCK_METHOD1( int, int, value ) + } + + +// ----------------------------------------------------------------------------- // CpSettingsWrapper::readSoftRejectText // ----------------------------------------------------------------------------- // @@ -118,6 +139,14 @@ SMC_MOCK_METHOD0( bool ) } +// ----------------------------------------------------------------------------- +// CpSettingsWrapper::isOngoingCall +// ----------------------------------------------------------------------------- +// +bool CpSettingsWrapper::isOngoingCall() const +{ + SMC_MOCK_METHOD0( bool ) +} // ----------------------------------------------------------------------------- // Tools::voipSupported