Ignore:
Timestamp:
04/12/12 12:30:35 (13 years ago)
Author:
piontek
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/branches/tpiontek/src/test/rewolucja/energy/profile/implementation/CPUPowerProfile.java

    r241 r252  
    103103         
    104104        public boolean setPState(PStateType pStateType){ 
     105                         
    105106                PState newPState = getSupportedPStates().get(pStateType); 
     107                 
     108                if( newPState == getPState()) 
     109                        return false; 
    106110                 
    107111                if(newPState != null) 
Note: See TracChangeset for help on using the changeset viewer.