| 147 | |
| 148 | public: |
| 149 | static void check(ISC_STATUS code, IStatus* status, const ISC_STATUS* vector) |
| 150 | { |
| 151 | if (code != 0 && vector[1]) |
| 152 | throw FbException(status, vector); |
| 153 | } |
| 154 | |
| 155 | public: |
| 156 | IStatus* getStatus() const |
nothing calls this directly
no test coverage detected