- Timestamp:
- 04/06/12 11:02:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/energy/profile/implementation/CPUPowerProfile.java
r203 r215 44 44 45 45 if(state == PowerState.OFF){ 46 cpu.setStatus(ResourceStatus. NOTAVAILABLE);46 cpu.setStatus(ResourceStatus.UNAVAILABLE); 47 47 } 48 48 else if(state == PowerState.ON){
Note: See TracChangeset
for help on using the changeset viewer.