Drafting for recycle bin support

This commit is contained in:
michael starke
2013-06-28 19:07:28 +02:00
parent db30d641f2
commit 91744feab0
7 changed files with 356 additions and 14 deletions

View File

@@ -15,7 +15,9 @@
- (NSArray *)childGroups;
/* Returns all entries under this group and it's subgroups */
- (NSArray *)childEntries;
/* Returns the entry with the UUID */
- (KdbEntry *)entryForUUID:(UUID *)uuid;
/* Returns the group with the UUID */
- (KdbGroup *)groupForUUID:(UUID *)uuid;
@end