mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-17 17:43:59 -05:00
* Disabled Thread debugging.
* Fixed up bdProxyId initialisation * Improved Error Code translation (for unknown entries) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4826 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6b2a6e771b
commit
f08bcc153e
3 changed files with 15 additions and 3 deletions
|
|
@ -153,8 +153,8 @@ class bdProxyId
|
|||
{
|
||||
public:
|
||||
|
||||
bdProxyId(const bdId &in_id, uint32_t in_srctype, uint32_t errcode)
|
||||
:id(in_id), srcType(in_srctype) { return; }
|
||||
bdProxyId(const bdId &in_id, uint32_t in_srctype, uint32_t in_errcode)
|
||||
:id(in_id), srcType(in_srctype), errcode(in_errcode) { return; }
|
||||
|
||||
bdProxyId() :srcType(BD_PI_SRC_UNKNOWN) { return; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue