added GUI async call to ID serialised data. Allows to copy+paste identities.

This commit is contained in:
csoler 2017-04-10 20:02:14 +02:00
parent d66e653204
commit 3130ec9041
9 changed files with 168 additions and 40 deletions

View file

@ -322,6 +322,7 @@ public:
*/
virtual bool getGroupData(const uint32_t &token, std::vector<RsGxsIdGroup> &groups) = 0;
virtual bool getGroupSerializedData(const uint32_t &token, std::map<RsGxsId,std::string>& serialized_groups)=0;
//virtual bool getMsgData(const uint32_t &token, std::vector<RsGxsIdOpinion> &opinions) = 0;
};