Browse Source

test staged and commited

ScottBrogden 10 years ago
parent
commit
4889a90cd7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      PowerManager.cpp

+ 2 - 0
PowerManager.cpp

@@ -7,6 +7,8 @@ static ULONG PowerChanged(PVOID Context, ULONG Type, PVOID Setting);
 
 ULONG PowerChanged(PVOID Context, ULONG Type, PVOID Setting)
 {
+	//a
+	//b
 	CString cs;
 	cs.Format(_T("PowerChanged Type %d"), Type);
 	Log(cs);