| 235 | } |
| 236 | |
| 237 | void CDialogBuilder::GetLastErrorLocation(LPTSTR pstrSource, SIZE_T cchMax) const |
| 238 | { |
| 239 | return m_xml.GetLastErrorLocation(pstrSource, cchMax); |
| 240 | } |
| 241 | |
| 242 | CControlUI* CDialogBuilder::_Parse(CMarkupNode* pRoot, CControlUI* pParent, CPaintManagerUI* pManager) |
| 243 | { |
nothing calls this directly
no outgoing calls
no test coverage detected