added regular contacts list and method to move RsGxsIds from/into this list

This commit is contained in:
csoler 2015-11-19 22:58:28 -05:00
parent 1de55d8fc5
commit 1347ee4b37
5 changed files with 55 additions and 2 deletions

View file

@ -242,6 +242,8 @@ virtual bool parseRecognTag(const RsGxsId &id, const std::string &nickname,
virtual bool getRecognTagRequest(const RsGxsId &id, const std::string &comment,
uint16_t tag_class, uint16_t tag_type, std::string &tag) = 0;
virtual bool setAsRegularContact(const RsGxsId& id,bool is_a_contact) = 0 ;
// Specific RsIdentity Functions....
/* Specific Service Data */
/* We expose these initially for testing / GUI purposes.