phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpplugincommon.cpp
changeset 76 cfea66083b62
parent 65 2a5d4ab426d3
child 78 baacf668fe89
--- a/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpplugincommon.cpp	Fri Sep 17 17:09:12 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpplugincommon.cpp	Mon Oct 04 16:06:10 2010 +0300
@@ -21,10 +21,10 @@
 // ============================ MEMBER FUNCTIONS ===============================
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::CpSettingsWrapper
+// SettingsWrapper::SettingsWrapper
 // -----------------------------------------------------------------------------
 //
-CpSettingsWrapper::CpSettingsWrapper( 
+SettingsWrapper::SettingsWrapper( 
         QObject * parent ) : QObject( parent )
     {
     
@@ -32,30 +32,30 @@
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::~CpSettingsWrapper
+// SettingsWrapper::~SettingsWrapper
 // -----------------------------------------------------------------------------
 //
-CpSettingsWrapper::~CpSettingsWrapper(  )
+SettingsWrapper::~SettingsWrapper(  )
     {
     
     }
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::showCallDuration
+// SettingsWrapper::showCallDuration
 // -----------------------------------------------------------------------------
 //
-bool CpSettingsWrapper::showCallDuration(  )
+bool SettingsWrapper::showCallDuration(  )
     {
     SMC_MOCK_METHOD0( bool )
     }
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::setShowCallDuration
+// SettingsWrapper::setShowCallDuration
 // -----------------------------------------------------------------------------
 //
-int CpSettingsWrapper::setShowCallDuration( 
+int SettingsWrapper::setShowCallDuration( 
         bool value )
     {
     SMC_MOCK_METHOD1( int, bool, value )
@@ -63,20 +63,20 @@
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::readVtVideoSending
+// SettingsWrapper::readVtVideoSending
 // -----------------------------------------------------------------------------
 //
-int CpSettingsWrapper::readVtVideoSending(  )
+int SettingsWrapper::readVtVideoSending(  )
     {
     SMC_MOCK_METHOD0( int )
     }
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::writeVtVideoSending
+// SettingsWrapper::writeVtVideoSending
 // -----------------------------------------------------------------------------
 //
-int CpSettingsWrapper::writeVtVideoSending( 
+int SettingsWrapper::writeVtVideoSending( 
         int value )
     {
     SMC_MOCK_METHOD1( int, int, value )
@@ -84,10 +84,10 @@
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::readSoftRejectText
+// SettingsWrapper::readSoftRejectText
 // -----------------------------------------------------------------------------
 //
-void CpSettingsWrapper::readSoftRejectText( 
+void SettingsWrapper::readSoftRejectText( 
         QString & text, bool & userDefined )
     {
     //To improve coverage
@@ -103,10 +103,10 @@
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::writeSoftRejectText
+// SettingsWrapper::writeSoftRejectText
 // -----------------------------------------------------------------------------
 //
-int CpSettingsWrapper::writeSoftRejectText( 
+int SettingsWrapper::writeSoftRejectText( 
         const QString & text,
         bool userDefined )
     {
@@ -116,50 +116,50 @@
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::numberGroupingSupported
+// SettingsWrapper::numberGroupingSupported
 // -----------------------------------------------------------------------------
 //
-bool CpSettingsWrapper::numberGroupingSupported(  ) const
+bool SettingsWrapper::numberGroupingSupported(  ) const
     {
     SMC_MOCK_METHOD0( bool )
     }
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::isFeatureCallWaitingDistiquishNotProvisionedEnabled
+// SettingsWrapper::isFeatureCallWaitingDistiquishNotProvisionedEnabled
 // -----------------------------------------------------------------------------
 //
-bool CpSettingsWrapper::isFeatureCallWaitingDistiquishNotProvisionedEnabled(  )
+bool SettingsWrapper::isFeatureCallWaitingDistiquishNotProvisionedEnabled(  )
     {
     SMC_MOCK_METHOD0( bool )
     }
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::isPhoneOffline
+// SettingsWrapper::isPhoneOffline
 // -----------------------------------------------------------------------------
 //
-bool CpSettingsWrapper::isPhoneOffline(  ) const
+bool SettingsWrapper::isPhoneOffline(  ) const
     {
     SMC_MOCK_METHOD0( bool )
     }
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::isOngoingCall
+// SettingsWrapper::isOngoingCall
 // -----------------------------------------------------------------------------
 //
-bool CpSettingsWrapper::isOngoingCall(  ) const
+bool SettingsWrapper::isOngoingCall(  ) const
     {
     SMC_MOCK_METHOD0( bool )
     }
 
 
 // -----------------------------------------------------------------------------
-// CpSettingsWrapper::forbiddenIconSupported
+// SettingsWrapper::forbiddenIconSupported
 // -----------------------------------------------------------------------------
 //
-bool CpSettingsWrapper::forbiddenIconSupported(  ) const
+bool SettingsWrapper::forbiddenIconSupported(  ) const
     {
     SMC_MOCK_METHOD0( bool )
     }