Add purge to history...

This commit is contained in:
Paulo Gustavo Veiga
2013-03-24 22:49:55 -03:00
parent 0188e15a92
commit f961ae578c
5 changed files with 45 additions and 11 deletions

View File

@@ -66,4 +66,6 @@ public interface MindmapManager {
public MindMapHistory getHistory(int historyId);
void updateCollaboration(@NotNull Collaboration collaboration);
void removeHistory(int mapId);
}