/[projects]/wxCpuThrottle/src/acpiparser.cpp
ViewVC logotype

Diff of /wxCpuThrottle/src/acpiparser.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 220 by torben, Fri Aug 10 18:12:36 2007 UTC revision 221 by torben, Thu Apr 9 18:39:29 2009 UTC
# Line 23  Line 23 
23  #include <fstream>  #include <fstream>
24  #include <sstream>  #include <sstream>
25  #include <stdexcept>  #include <stdexcept>
26    #include <stdlib.h>
27    
28  AcpiParser::AcpiParser()  AcpiParser::AcpiParser()
29  {  {
# Line 73  void AcpiParser::ReadAcpiFile() Line 74  void AcpiParser::ReadAcpiFile()
74                                  //std::cout << "tmp: >" << tmp << "< = " << std::endl;                                  //std::cout << "tmp: >" << tmp << "< = " << std::endl;
75                                  break;                                  break;
76                          }                          }
77                            case 3:
78                                    break;
79                          default:                          default:
80                                  mStateDescriptions.push_back( value );                                                            mStateDescriptions.push_back( value );                          
81                  }                  }

Legend:
Removed from v.220  
changed lines
  Added in v.221

  ViewVC Help
Powered by ViewVC 1.1.20