Skip to content

Commit 5eb151f

Browse files
committed
better comments
1 parent 4d4e935 commit 5eb151f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/PowerManager/IPowerManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ namespace WPEFramework
299299
// @param config: config
300300
virtual Core::hresult SetWakeupSrcConfig(const int powerMode /* @in */, const int wakeSrcType /* @in */, int config /* @in */ ) = 0;
301301

302-
/** Set Wakeup source configuration - Legacy way */
302+
/** Set Wakeup source configuration - Iterator way */
303303
// @text setWakeupSourceConfig
304304
// @brief Set the source configuration for device wakeup
305305
// @param wakeupSources: Wake up sources array
@@ -313,7 +313,7 @@ namespace WPEFramework
313313
// @param config: config
314314
virtual Core::hresult GetWakeupSrcConfig(int &powerMode /* @out */, int &srcType /* @out */, int &config /* @out */) const = 0;
315315

316-
/** Get Wakeup source configuration - legacy way */
316+
/** Get Wakeup source configuration - Iterator way */
317317
// @text getWakeupSourceConfig
318318
// @brief Get the source configuration for device wakeup
319319
// @param wakeupSources: Wake up sources array

0 commit comments

Comments
 (0)