Changeset f42280d in nscp for modules/CheckWMI


Ignore:
Timestamp:
03/20/06 16:50:33 (7 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
aabbd97
Parents:
ec3fbc5
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckWMI/CheckWMI.cpp

    r1b7ae3d rf42280d  
    7777      return NSCAPI::returnCRIT; 
    7878    } 
    79     int val = (*vals.begin()).second; 
    80 /* 
     79    int val = 0; //(*vals.begin()).second; 
     80 
    8181    for (std::map<std::string,int>::const_iterator it = vals.begin(); it != vals.end(); ++it) { 
    8282      std::cout << "Values: " << (*it).first << " = " << (*it).second << std::endl; 
    8383    } 
    84     */ 
     84 
    8585    query.setDefault(tmpObject); 
    8686    query.runCheck(val, returnCode, message, perf); 
Note: See TracChangeset for help on using the changeset viewer.