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

    r104 r163  
    1717import test.rewolucja.scheduling.plan.SchedulingPlanInterfaceNew; 
    1818import test.rewolucja.scheduling.plan.SchedulingPlanNew; 
    19 import test.rewolucja.scheduling.queue.GSSIMQueue; 
     19import test.rewolucja.scheduling.queue.Queue; 
    2020import test.rewolucja.scheduling.queue.QueueList; 
    2121 
     
    4040                        // our tasks are placed only in first queue (see 
    4141                        // BaseLocalPlugin.placeTasksInQueues() method) 
    42                         GSSIMQueue q = queues.get(0); 
     42                        Queue q = queues.get(0); 
    4343                        // check all tasks in queue 
    4444 
Note: See TracChangeset for help on using the changeset viewer.