phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpplugincommon.cpp
changeset 78 baacf668fe89
parent 76 cfea66083b62
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
   142 bool SettingsWrapper::isPhoneOffline(  ) const
   142 bool SettingsWrapper::isPhoneOffline(  ) const
   143     {
   143     {
   144     SMC_MOCK_METHOD0( bool )
   144     SMC_MOCK_METHOD0( bool )
   145     }
   145     }
   146 
   146 
   147 
   147 // -----------------------------------------------------------------------------
       
   148 // SettingsWrapper::isConnectedToNetwork
       
   149 // -----------------------------------------------------------------------------
       
   150 //
       
   151 bool SettingsWrapper::isConnectedToNetwork(  ) const
       
   152     {
       
   153     SMC_MOCK_METHOD0( bool )
       
   154     }
   148 // -----------------------------------------------------------------------------
   155 // -----------------------------------------------------------------------------
   149 // SettingsWrapper::isOngoingCall
   156 // SettingsWrapper::isOngoingCall
   150 // -----------------------------------------------------------------------------
   157 // -----------------------------------------------------------------------------
   151 //
   158 //
   152 bool SettingsWrapper::isOngoingCall(  ) const
   159 bool SettingsWrapper::isOngoingCall(  ) const