Ignore:
Timestamp:
10/09/12 13:58:06 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/localplugin/BaseLocalSchedulingPlugin.java

    r481 r490  
    1010import schedframe.resources.units.ResourceUnit; 
    1111import schedframe.resources.units.ResourceUnitName; 
    12 import schedframe.scheduling.TaskListImpl; 
     12import schedframe.scheduling.TaskList; 
    1313import schedframe.scheduling.manager.resources.ResourceManager; 
    1414import schedframe.scheduling.manager.tasks.JobRegistryImpl; 
     
    4545        } 
    4646         
    47         public int placeTasksInQueues(TaskListImpl newTasks, 
     47        public int placeTasksInQueues(TaskList newTasks, 
    4848                        TaskQueueList queues,  
    4949                        ResourceManager resourceManager, ModuleList moduleList) { 
Note: See TracChangeset for help on using the changeset viewer.