Ignore:
Timestamp:
01/07/13 14:50:34 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/energy/BaseEnergyEstimationPlugin.java

    r541 r751  
    1717         
    1818        @Override 
    19         public double estimateAirThroughput(EnergyEvent event, JobRegistry jobRegistry, ComputingResource resourceManager) { 
     19        public double estimateAirThroughput(EnergyEvent event, JobRegistry jobRegistry, ComputingResource resource) { 
    2020                throw new RuntimeException("Not implemented."); 
    2121        } 
    2222 
    2323        @Override 
    24         public double estimateTemperature(EnergyEvent event, JobRegistry jobRegistry, ComputingResource resourceManager) { 
     24        public double estimateTemperature(EnergyEvent event, JobRegistry jobRegistry, ComputingResource resource) { 
    2525                throw new RuntimeException("Not implemented."); 
    2626        } 
Note: See TracChangeset for help on using the changeset viewer.