| 399 | StatusVector(isc_arg_gds, s) { } |
| 400 | |
| 401 | PrivateDyn::PrivateDyn(ISC_STATUS codeWithoutFacility) throw() : |
| 402 | Gds(ENCODE_ISC_MSG(codeWithoutFacility, DYN_MSG_FAC)) { } |
| 403 | |
| 404 | Num::Num(ISC_STATUS s) throw() : |
| 405 | Base(isc_arg_number, s) { } |
nothing calls this directly
no test coverage detected