Add Circle Feed Item.

This commit is contained in:
Phenom 2017-05-30 22:23:31 +02:00
parent 1766087f71
commit aa64c4d3c5
14 changed files with 1094 additions and 92 deletions

View file

@ -142,6 +142,7 @@ public:
/* standard load */
virtual bool getGroupData(const uint32_t &token, std::vector<RsGxsCircleGroup> &groups) = 0;
virtual bool getMsgData(const uint32_t &token, std::vector<RsGxsCircleMsg> &msgs) = 0;
/* make new group */
virtual void createGroup(uint32_t& token, RsGxsCircleGroup &group) = 0;