File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ namespace WPEFramework
299
299
// @param config: config
300
300
virtual Core::hresult SetWakeupSrcConfig (const int powerMode /* @in */ , const int wakeSrcType /* @in */ , int config /* @in */ ) = 0;
301
301
302
- /* * Set Wakeup source configuration - Legacy way */
302
+ /* * Set Wakeup source configuration - Iterator way */
303
303
// @text setWakeupSourceConfig
304
304
// @brief Set the source configuration for device wakeup
305
305
// @param wakeupSources: Wake up sources array
@@ -313,7 +313,7 @@ namespace WPEFramework
313
313
// @param config: config
314
314
virtual Core::hresult GetWakeupSrcConfig (int &powerMode /* @out */ , int &srcType /* @out */ , int &config /* @out */ ) const = 0;
315
315
316
- /* * Get Wakeup source configuration - legacy way */
316
+ /* * Get Wakeup source configuration - Iterator way */
317
317
// @text getWakeupSourceConfig
318
318
// @brief Get the source configuration for device wakeup
319
319
// @param wakeupSources: Wake up sources array
You can’t perform that action at this time.
0 commit comments