Ignore:
Timestamp:
10/09/12 15:04:11 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/gridsim/dcworms/DCWormsTags.java

    r493 r494  
    88public class DCWormsTags extends GridSimTags { 
    99         
    10         protected static final int GSSIMBASE = 600;  
     10        protected static final int DCWORMSBASE = 600;  
    1111         
    12         public static final int UPDATE= GSSIMBASE - 1; 
     12        public static final int UPDATE= DCWORMSBASE - 1; 
    1313         
    14         public static final int TIMER = GSSIMBASE + 1; 
     14        public static final int TIMER = DCWORMSBASE + 1; 
    1515         
    16         public static final int TASK_READY_FOR_EXECUTION = GSSIMBASE + 2; 
     16        public static final int TASK_READY_FOR_EXECUTION = DCWORMSBASE + 2; 
    1717         
    18         public static final int TASK_EXECUTION_FINISHED = GSSIMBASE + 3; 
     18        public static final int TASK_EXECUTION_FINISHED = DCWORMSBASE + 3; 
    1919         
    2020 
     
    2222         * Message tag: query resource about its current state in object form (load, queues, etc.) 
    2323         */  
    24         public static final int QUERY_RESOURCE_DESC = GSSIMBASE + 4;  
     24        public static final int QUERY_RESOURCE_DESC = DCWORMSBASE + 4;  
    2525 
    26         public static final int QUERY_RESOURCE_DESC_RESULT = GSSIMBASE + 5;  
     26        public static final int QUERY_RESOURCE_DESC_RESULT = DCWORMSBASE + 5;  
    2727         
    28         public static final int TASK_REQUESTED_TIME_EXPIRED = GSSIMBASE + 6; 
     28        public static final int TASK_REQUESTED_TIME_EXPIRED = DCWORMSBASE + 6; 
    2929 
    3030         
Note: See TracChangeset for help on using the changeset viewer.