For version > 1.6.24 and < 1.8.0
Maybe version numbers to adjust.
This commit is contained in:
Phenom 2019-07-24 16:32:38 +02:00
parent 933a6f1133
commit f9d62c57c9
2 changed files with 27 additions and 8 deletions

View file

@ -43,6 +43,7 @@
extern std::string stdEmptyString;
#endif // UPNP_C
//#define UPNP_DEBUG 1
/**
* Case insensitive std::string comparison
@ -255,7 +256,7 @@ private:
public:
CUPnPError(
const CUPnPLib &upnpLib,
IXML_Document *errorDoc);
const IXML_Document *errorDoc);
~CUPnPError() {}
const std::string &getErrorCode() const
{ return m_ErrorCode; }