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

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/example/gridplugin/GridFCFSRandomPlugin.java

    r104 r164  
    2020import test.rewolucja.scheduling.plan.SchedulingPlanInterfaceNew; 
    2121import test.rewolucja.scheduling.plan.SchedulingPlanNew; 
    22 import test.rewolucja.scheduling.queue.GSSIMQueue; 
     22import test.rewolucja.scheduling.queue.Queue; 
    2323import test.rewolucja.scheduling.queue.QueueList; 
    2424 
     
    4747                SchedulingPlanNew plan = new SchedulingPlanNew(); 
    4848                 
    49                 GSSIMQueue q = queues.get(0); 
     49                Queue q = queues.get(0); 
    5050                int size = q.size(); 
    5151                 
Note: See TracChangeset for help on using the changeset viewer.