There was an error while loading. Please reload this page.
1 parent 4aa743f commit 7ef20d0Copy full SHA for 7ef20d0
1 file changed
interfaces/IPower.h
@@ -54,7 +54,7 @@ namespace Exchange {
54
// @param origin: The state the device is transitioning from (e.g. ActiveStandby)
55
// @param destination: The state the device is transitioning to (e.g. SuspendToRAM)
56
// @param phase: The phase of the transition (e.g. After)
57
- virtual Core::hresult StateChange(const PCState origin, const PCState destination, const PCPhase phase) = 0;
+ virtual void StateChange(const PCState origin, const PCState destination, const PCPhase phase) = 0;
58
};
59
60
virtual Core::hresult Register(INotification* const sink) = 0;
0 commit comments