phoneengine/networkhandlingstarter/tsrc/mocks/mock_qsysteminfo.cpp
changeset 64 6aaf0276100e
parent 56 5bcb308bd24d
equal deleted inserted replaced
56:5bcb308bd24d 64:6aaf0276100e
   238     SMC_MOCK_METHOD0( QSystemDeviceInfo::PowerState )
   238     SMC_MOCK_METHOD0( QSystemDeviceInfo::PowerState )
   239     }
   239     }
   240 
   240 
   241 
   241 
   242 // -----------------------------------------------------------------------------
   242 // -----------------------------------------------------------------------------
       
   243 // QSystemDeviceInfo::connectNotify
       
   244 // -----------------------------------------------------------------------------
       
   245 //
       
   246 void QSystemDeviceInfo::connectNotify(const char *signal)
       
   247 {
       
   248     SMC_MOCK_METHOD1( void, const char *, signal )
       
   249 }
       
   250 
       
   251 
       
   252 // -----------------------------------------------------------------------------
       
   253 // QSystemDeviceInfo::disconnectNotify
       
   254 // -----------------------------------------------------------------------------
       
   255 //
       
   256 void QSystemDeviceInfo::disconnectNotify(const char *signal)
       
   257 {
       
   258     SMC_MOCK_METHOD1( void, const char *, signal )
       
   259 }
       
   260 
       
   261 
       
   262 // -----------------------------------------------------------------------------
   243 // QSystemInfo::QSystemInfo
   263 // QSystemInfo::QSystemInfo
   244 // -----------------------------------------------------------------------------
   264 // -----------------------------------------------------------------------------
   245 //
   265 //
   246 QSystemInfo::QSystemInfo( QObject * parent )
   266 QSystemInfo::QSystemInfo( QObject * parent )
   247     : 
   267     : 
   310 bool QSystemInfo::hasFeatureSupported( 
   330 bool QSystemInfo::hasFeatureSupported( 
   311         QSystemInfo::Feature feature )
   331         QSystemInfo::Feature feature )
   312     {
   332     {
   313     SMC_MOCK_METHOD1( bool, QSystemInfo::Feature, feature )
   333     SMC_MOCK_METHOD1( bool, QSystemInfo::Feature, feature )
   314     }
   334     }
       
   335 
       
   336 
       
   337 // -----------------------------------------------------------------------------
       
   338 // QSystemInfo::connectNotify
       
   339 // -----------------------------------------------------------------------------
       
   340 //
       
   341 void QSystemInfo::connectNotify(const char *signal)
       
   342 {
       
   343     SMC_MOCK_METHOD1( void, const char *, signal )
       
   344 }
       
   345 
       
   346 
       
   347 // -----------------------------------------------------------------------------
       
   348 // QSystemInfo::disconnectNotify
       
   349 // -----------------------------------------------------------------------------
       
   350 //
       
   351 void QSystemInfo::disconnectNotify(const char *signal)
       
   352 {
       
   353     SMC_MOCK_METHOD1( void, const char *, signal )
       
   354 }
   315 
   355 
   316 
   356 
   317 // -----------------------------------------------------------------------------
   357 // -----------------------------------------------------------------------------
   318 // QSystemNetworkInfo::QSystemNetworkInfo
   358 // QSystemNetworkInfo::QSystemNetworkInfo
   319 // -----------------------------------------------------------------------------
   359 // -----------------------------------------------------------------------------