Ignore:
Timestamp:
03/31/14 16:01:19 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r1295 r1316  
    3434        public static final int TASK_REQUESTED_TIME_EXPIRED = DCWORMSBASE + 6; 
    3535         
    36         public static final int POWER_LIMIT_EXCEEDED = DCWORMSBASE + 7; 
     36        public static final int RESOURCE_STATE_CHANGED = DCWORMSBASE + 7; 
     37         
     38        public static final int POWER_LIMIT_EXCEEDED = DCWORMSBASE + 8; 
    3739 
    3840         
Note: See TracChangeset for help on using the changeset viewer.