Ignore:
Timestamp:
10/08/12 10:23:45 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/localplugin/FCFS_BFLocalPlugin.java

    r478 r481  
    11package example.localplugin; 
    22 
    3 import gridsim.Gridlet; 
     3import gridsim.gssim.DCWormsTags; 
    44import schedframe.events.scheduling.SchedulingEvent; 
    55import schedframe.scheduling.manager.resources.ResourceManager; 
     
    3333                                 
    3434                                // if status of the tasks in READY 
    35                                 if (task.getStatus() == Gridlet.READY) { 
     35                                if (task.getStatus() == DCWormsTags.READY) { 
    3636                                        addToSchedulingPlan(plan, task); 
    3737                                } 
Note: See TracChangeset for help on using the changeset viewer.