| 250 | } |
| 251 | |
| 252 | bool StatusVector::ImplStatusVector::appendWarnings(const ImplBase* const v) throw() |
| 253 | { |
| 254 | if (! v->firstWarning()) |
| 255 | return true; |
| 256 | return append(v->value() + v->firstWarning(), v->length() - v->firstWarning()); |
| 257 | } |
| 258 | |
| 259 | bool StatusVector::ImplStatusVector::append(const ISC_STATUS* const from, const unsigned int count) throw() |
| 260 | { |