| 154 | SipParseLine() {} |
| 155 | |
| 156 | virtual void spError(const char *msg) { |
| 157 | LOG(ERR) << "SIP Parse error "<<msg<<" in line:"<<currentLine; |
| 158 | throw SipParseError(); |
| 159 | } |
| 160 | |
| 161 | void skipSpace() |
| 162 | { |
nothing calls this directly
no test coverage detected