Basic (buggy) Tree handling

This commit is contained in:
michael starke
2013-02-15 02:51:01 +01:00
parent d8e28b75c1
commit 8ab272179e
9 changed files with 43 additions and 9 deletions

View File

@@ -81,6 +81,11 @@ NSString *const MPDidLoadDataBaseNotification = @"DidLoadDataBaseNotification";
return self;
}
- (KdbGroup *)root {
return [self.tree root];
}
- (BOOL)save {
NSError *fileError;
if( self.password && [self.file checkResourceIsReachableAndReturnError:&fileError] ) {