| 245 | } |
| 246 | |
| 247 | bool StatusVector::ImplStatusVector::appendErrors(const ImplBase* const v) throw() |
| 248 | { |
| 249 | return append(v->value(), v->firstWarning() ? v->firstWarning() : v->length()); |
| 250 | } |
| 251 | |
| 252 | bool StatusVector::ImplStatusVector::appendWarnings(const ImplBase* const v) throw() |
| 253 | { |