- Timestamp:
- 03/16/12 10:03:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/example/localplugin/FCFSClusterLocalPlugin.java
r129 r163 30 30 import test.rewolucja.scheduling.plan.SchedulingPlanInterfaceNew; 31 31 import test.rewolucja.scheduling.plan.SchedulingPlanNew; 32 import test.rewolucja.scheduling.queue. GSSIMQueue;32 import test.rewolucja.scheduling.queue.Queue; 33 33 import test.rewolucja.scheduling.queue.QueueList; 34 34 … … 51 51 // our tasks are placed only in first queue (see 52 52 // BaseLocalPlugin.placeTasksInQueues() method) 53 GSSIMQueue q = queues.get(0);53 Queue q = queues.get(0); 54 54 // check all tasks in queue 55 55
Note: See TracChangeset
for help on using the changeset viewer.