mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
make update function pure virtual in interface
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs_finale@6804 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9470e5562a
commit
18944404cc
@ -90,7 +90,7 @@ virtual bool createMsg(uint32_t &token, RsGxsForumMsg &msg) = 0;
|
|||||||
* @param group group to be updated, groupId element must be set or will be rejected
|
* @param group group to be updated, groupId element must be set or will be rejected
|
||||||
* @return false groupId not set, true if set and accepted (still check token for completion)
|
* @return false groupId not set, true if set and accepted (still check token for completion)
|
||||||
*/
|
*/
|
||||||
virtual bool updateGroup(uint32_t &token, RsGxsGroupUpdateMeta&, RsGxsForumGroup &group);
|
virtual bool updateGroup(uint32_t &token, RsGxsGroupUpdateMeta&, RsGxsForumGroup &group) = 0;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user