mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 02:36:23 -04:00
Fix UPnP
For version > 1.6.24 and < 1.8.0 Maybe version numbers to adjust.
This commit is contained in:
parent
933a6f1133
commit
f9d62c57c9
2 changed files with 27 additions and 8 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue