Changeset 9661f81 in nscp for modules/CheckSystem
- Timestamp:
- 05/10/10 22:17:31 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- f40d813
- Parents:
- d1029bd
- File:
-
- 1 edited
-
modules/CheckSystem/CheckSystem.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckSystem/CheckSystem.cpp
rd1029bd r9661f81 211 211 } 212 212 } else { 213 if ((*it).counters.size() == 0) { 214 std::wcout << _T("empty counter: ") << (*it).name << std::endl; 215 } 213 216 for (PDH::Enumerations::Counters::const_iterator it2 = (*it).counters.begin();it2!=(*it).counters.end();++it2) { 214 217 std::wstring counter = _T("\\") + (*it).name + _T("\\") + (*it2).name; … … 235 238 } 236 239 std::wcout << _T(" open "); 237 std::wcout << std::endl; ;240 std::wcout << std::endl; 238 241 } 239 242 }
Note: See TracChangeset
for help on using the changeset viewer.








