mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 08:59:37 -05:00
Same fixes to the branch.
- comment out line from future prototype. - added missing #include git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5356 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
75eb504a0d
commit
2ba3f73a74
@ -489,7 +489,7 @@ virtual bool createMsg(uint32_t &token, RsIdMsg &msg, bool isNew) = 0;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//virtual uint32_t getIdDetails(const std::string &id, std::string &nickname, bool &isGpgKnown,
|
//virtual uint32_t getIdDetails(const std::string &id, std::string &nickname, bool &isGpgKnown,
|
||||||
uint32_t &ownOpinion, float &reputation);
|
// uint32_t &ownOpinion, float &reputation);
|
||||||
//virtual uint32_t getOwnIds(std::list<std::string> &ownIds);
|
//virtual uint32_t getOwnIds(std::list<std::string> &ownIds);
|
||||||
//virtual bool setOpinion(const std::string &id, uint32_t opinion);
|
//virtual bool setOpinion(const std::string &id, uint32_t opinion);
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
#include "util/rsrandom.h"
|
#include "util/rsrandom.h"
|
||||||
#include <retroshare/rspeers.h>
|
#include <retroshare/rspeers.h>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
/****
|
/****
|
||||||
* #define ID_DEBUG 1
|
* #define ID_DEBUG 1
|
||||||
|
Loading…
Reference in New Issue
Block a user