Skip to content

Commit

Permalink
Revert "Refactor U::LoadXml" #212
Browse files Browse the repository at this point in the history
This reverts commit faf575c.
  • Loading branch information
evpobr committed Jul 27, 2017
1 parent 8c4fec2 commit d4d1de5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified FBE/FBDoc.cpp
Binary file not shown.
Binary file modified FBE/utils/Utils.cpp
Binary file not shown.
2 changes: 1 addition & 1 deletion FBE/utils/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ namespace U // place all utilities into their own namespace
// msxml support
MSXML2::IXMLDOMDocument2Ptr CreateDocument(bool fFreeThreaded=false);
void ReportParseError(MSXML2::IXMLDOMDocument2Ptr doc);
HRESULT LoadXml(MSXML2::IXMLDOMDocument2 *pDoc, PCWSTR pszUrl);
bool LoadXml(MSXML2::IXMLDOMDocument2Ptr doc, const CString& url);
MSXML2::IXSLTemplatePtr CreateTemplate();

void SaveFileSelectedPos(const CString& filename, int pos);
Expand Down

0 comments on commit d4d1de5

Please sign in to comment.