| 66 | virtual const ISC_STATUS* value() const throw() { return NULL; } |
| 67 | virtual unsigned int length() const throw() { return 0; } |
| 68 | virtual unsigned int firstWarning() const throw() { return 0; } |
| 69 | virtual bool hasData() const throw() { return false; } |
| 70 | virtual void clear() throw() { } |
| 71 | virtual void append(const StatusVector&) throw() { } |
no outgoing calls
no test coverage detected