| 230 | } |
| 231 | |
| 232 | void CDialogBuilder::GetLastErrorMessage(LPTSTR pstrMessage, SIZE_T cchMax) const |
| 233 | { |
| 234 | return m_xml.GetLastErrorMessage(pstrMessage, cchMax); |
| 235 | } |
| 236 | |
| 237 | void CDialogBuilder::GetLastErrorLocation(LPTSTR pstrSource, SIZE_T cchMax) const |
| 238 | { |
nothing calls this directly
no outgoing calls
no test coverage detected