diff -r 7b19bea5d73a -r 15aa52fe5795 PowerManager/PowerManager.cpp --- a/PowerManager/PowerManager.cpp Fri Sep 25 12:28:47 2015 +0200 +++ b/PowerManager/PowerManager.cpp Fri Sep 25 19:25:35 2015 +0200 @@ -32,7 +32,7 @@ iMonitorPowerHandle = NULL; } - /// TODO: Make this generic by passing the HPOWERNOTIFY by reference and GUID as parameter too + /// HPOWERNOTIFY SettingNotifier::RegisterPowerSettingNotification(LPCGUID aGuid) { HANDLE handle = iHandle.ToPointer(); @@ -61,8 +61,6 @@ } } } - - } ///