| 211 | } |
| 212 | |
| 213 | int getSubType(CheckStatusWrapper* status, unsigned index) |
| 214 | { |
| 215 | if (index < items.getCount()) |
| 216 | return items[index].subType; |
| 217 | |
| 218 | raiseIndexError(status, index, "getSubType"); |
| 219 | return 0; |
| 220 | } |
| 221 | |
| 222 | unsigned getLength(CheckStatusWrapper* status, unsigned index) |
| 223 | { |