| 1836 | |
| 1837 | |
| 1838 | void XMLDocument::SetError( XMLError error, const char* str1, const char* str2 ) |
| 1839 | { |
| 1840 | _errorID = error; |
| 1841 | _errorStr1 = str1; |
| 1842 | _errorStr2 = str2; |
| 1843 | } |
| 1844 | |
| 1845 | const char* XMLDocument::ErrorName() const |
| 1846 | { |
no outgoing calls
no test coverage detected