phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpplugincommon.cpp
changeset 27 2f8f8080a020
parent 22 6bb1b21d2484
child 51 f39ed5e045e0
equal deleted inserted replaced
22:6bb1b21d2484 27:2f8f8080a020
   136 bool Tools::videoSupported(  )
   136 bool Tools::videoSupported(  )
   137     {
   137     {
   138     SMC_MOCK_METHOD0( bool )
   138     SMC_MOCK_METHOD0( bool )
   139     }
   139     }
   140 
   140 
   141 
       
   142 // -----------------------------------------------------------------------------
       
   143 // Tools::convertEtelMobileServiceCode
       
   144 // -----------------------------------------------------------------------------
       
   145 //
       
   146 BasicServiceGroups Tools::convertEtelMobileServiceCode( 
       
   147         int serviceCode )
       
   148     {
       
   149     SMC_MOCK_METHOD1( BasicServiceGroups, int, serviceCode )
       
   150     }
       
   151 
       
   152 
       
   153 // -----------------------------------------------------------------------------
   141 // -----------------------------------------------------------------------------
   154 // Tools::errorCodeTextMapping
   142 // Tools::errorCodeTextMapping
   155 // -----------------------------------------------------------------------------
   143 // -----------------------------------------------------------------------------
   156 //
   144 //
   157 bool Tools::errorCodeTextMapping( const int errorcode, QString & errorText )
   145 bool Tools::errorCodeTextMapping( const int errorcode, QString & errorText )