added updateGroup functions to gxs services.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7101 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2014-02-09 10:33:16 +00:00
parent 0fd46e4f2b
commit d9e483c48a
10 changed files with 61 additions and 0 deletions

View file

@ -68,6 +68,8 @@ virtual bool getRelatedPosts(const uint32_t &token, std::vector<RsPostedPost> &p
virtual bool createGroup(uint32_t &token, RsPostedGroup &group);
virtual bool createPost(uint32_t &token, RsPostedPost &post);
virtual bool updateGroup(uint32_t &token, RsGxsGroupUpdateMeta& meta, RsPostedGroup &group);
//////////////////////////////////////////////////////////////////////////////
// WRAPPERS due to the separate Interface.