Ignore:
Timestamp:
03/16/12 10:03:46 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/example/localplugin/FCFSEnergyAwareClusterLocalPlugin.java

    r104 r163  
    1919import test.rewolucja.scheduling.plan.SchedulingPlanInterfaceNew; 
    2020import test.rewolucja.scheduling.plan.SchedulingPlanNew; 
    21 import test.rewolucja.scheduling.queue.GSSIMQueue; 
     21import test.rewolucja.scheduling.queue.Queue; 
    2222import test.rewolucja.scheduling.queue.QueueList; 
    2323 
     
    3939                        // our tasks are placed only in first queue (see 
    4040                        // BaseLocalPlugin.placeTasksInQueues() method) 
    41                         GSSIMQueue q = queues.get(0); 
     41                        Queue q = queues.get(0); 
    4242                        // check all tasks in queue 
    4343 
Note: See TracChangeset for help on using the changeset viewer.