1.1 --- a/PowerManager/PowerManager.cpp Fri Sep 25 12:28:47 2015 +0200
1.2 +++ b/PowerManager/PowerManager.cpp Fri Sep 25 19:25:35 2015 +0200
1.3 @@ -32,7 +32,7 @@
1.4 iMonitorPowerHandle = NULL;
1.5 }
1.6
1.7 - /// TODO: Make this generic by passing the HPOWERNOTIFY by reference and GUID as parameter too
1.8 + ///
1.9 HPOWERNOTIFY SettingNotifier::RegisterPowerSettingNotification(LPCGUID aGuid)
1.10 {
1.11 HANDLE handle = iHandle.ToPointer();
1.12 @@ -61,8 +61,6 @@
1.13 }
1.14 }
1.15 }
1.16 -
1.17 -
1.18 }
1.19
1.20 ///