added some backend for reputation system

This commit is contained in:
csoler 2015-10-04 23:14:49 -04:00
parent c17dddb79c
commit 317e7ea5ab
7 changed files with 54 additions and 26 deletions

View file

@ -215,12 +215,6 @@ public:
/********************************************************************************************/
/********************************************************************************************/
enum Opinion {
OPINION_NEGATIVE = -1,
OPINION_NEUTRAL = 0,
OPINION_POSITIVE = 1
};
// For Other Services....
// It should be impossible for them to get a message which we don't have the identity.
// Its a major error if we don't have the identity.