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/FCFSNodePowerManagementClusterLocalPlugin.java

    r138 r163  
    2727import test.rewolucja.scheduling.plan.SchedulingPlanInterfaceNew; 
    2828import test.rewolucja.scheduling.plan.SchedulingPlanNew; 
    29 import test.rewolucja.scheduling.queue.GSSIMQueue; 
     29import test.rewolucja.scheduling.queue.Queue; 
    3030import test.rewolucja.scheduling.queue.QueueList; 
    3131 
     
    4747                        // our tasks are placed only in first queue (see 
    4848                        // BaseLocalPlugin.placeTasksInQueues() method) 
    49                         GSSIMQueue q = queues.get(0); 
     49                        Queue q = queues.get(0); 
    5050                        // check all tasks in queue 
    5151 
Note: See TracChangeset for help on using the changeset viewer.