Changeset 1316 for DCWoRMS/branches/coolemall/src/gridsim
- Timestamp:
- 03/31/14 16:01:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/gridsim/dcworms/DCWormsTags.java
r1295 r1316 34 34 public static final int TASK_REQUESTED_TIME_EXPIRED = DCWORMSBASE + 6; 35 35 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; 37 39 38 40
Note: See TracChangeset
for help on using the changeset viewer.