Add a stub for a GroupInvitationManager

This commit is contained in:
Torsten Grote
2016-10-17 10:35:29 -02:00
parent 8eeaf4e347
commit a33d7d1663
14 changed files with 372 additions and 24 deletions

View File

@@ -38,7 +38,7 @@ public interface SharingManager<S extends Shareable> extends MessageTracker {
/**
* Returns all invitations to groups.
*/
Collection<InvitationItem> getInvitations() throws DbException;
Collection<SharingInvitationItem> getInvitations() throws DbException;
/**
* Returns all contacts who are sharing the given group with us.