| 228 | |
| 229 | |
| 230 | void ERR_post_nothrow(const Arg::StatusVector& v, FbStatusVector* statusVector) |
| 231 | /************************************** |
| 232 | * |
| 233 | * E R R _ p o s t _ n o t h r o w |
| 234 | * |
| 235 | ************************************** |
| 236 | * |
| 237 | * Functional description |
| 238 | * Populate a status vector. |
| 239 | * |
| 240 | **************************************/ |
| 241 | { |
| 242 | post_nothrow(v.length(), v.value(), statusVector); |
| 243 | } |
| 244 | |
| 245 | |
| 246 | void ERR_post_nothrow(const IStatus* v, FbStatusVector* statusVector) |
no test coverage detected