| 252 | }; |
| 253 | |
| 254 | class Num : public Base |
| 255 | { |
| 256 | public: |
| 257 | explicit Num(ISC_STATUS s) throw(); |
| 258 | }; |
| 259 | |
| 260 | // On 32-bit architecture ISC_STATUS can't fit 64-bit integer therefore |
| 261 | // convert such a numbers into text and put string into status-vector. |
no outgoing calls
no test coverage detected