mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
removed the reputation calls through rsIdentity. Improved the logic of updating static identity flags in p3gxsreputations
This commit is contained in:
parent
2fc8d22cf9
commit
8d8453f9c0
10 changed files with 78 additions and 48 deletions
|
@ -303,7 +303,6 @@ public:
|
|||
* \param id
|
||||
* \return
|
||||
*/
|
||||
virtual RsReputations::ReputationLevel overallReputationLevel(const RsGxsId& id)=0;
|
||||
virtual time_t getLastUsageTS(const RsGxsId &id) =0;
|
||||
|
||||
// Specific RsIdentity Functions....
|
||||
|
|
|
@ -62,6 +62,7 @@ public:
|
|||
|
||||
virtual bool setOwnOpinion(const RsGxsId& key_id, const Opinion& op) =0;
|
||||
virtual bool getReputationInfo(const RsGxsId& id, const RsPgpId &ownerNode, ReputationInfo& info) =0;
|
||||
virtual ReputationLevel overallReputationLevel(const RsGxsId& id)=0;
|
||||
|
||||
// parameters
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue