| 185 | IMPLEMENT_TYPEDSERIALIZABLE(cErrorQueue, _T("cErrorQueue"), 0, 1); |
| 186 | |
| 187 | void cErrorQueue::Clear() |
| 188 | { |
| 189 | mList.clear(); |
| 190 | } |
| 191 | |
| 192 | int cErrorQueue::GetNumErrors() const |
| 193 | { |
nothing calls this directly
no outgoing calls
no test coverage detected