| 352 | } |
| 353 | |
| 354 | uint32_t XMLFeature::GetMWMFeatureIndex() const |
| 355 | { |
| 356 | // Always cast to uint32_t to avoid warnings on different platforms. |
| 357 | return static_cast<uint32_t>(GetRootNode().attribute(kIndex).as_uint(0)); |
| 358 | } |
| 359 | |
| 360 | void XMLFeature::SetMWMFeatureIndex(uint32_t index) |
| 361 | { |
no outgoing calls
no test coverage detected