Small updates to locking

Refactorings
This commit is contained in:
michael starke
2013-06-11 02:50:25 +02:00
parent b1f91ab807
commit df7a492ec8
16 changed files with 293 additions and 36 deletions

View File

@@ -23,8 +23,9 @@ APPKIT_EXTERN NSString *const MPDocumentGroupKey;
@interface MPDocument : NSDocument
@property (assign, readonly) BOOL isProtected;
@property (assign, readonly) KdbGroup *root;
@property (retain, readonly) NSURL *file;
@property (nonatomic, retain, readonly) NSURL *file;
@property (nonatomic,retain) NSString *password;
@property (nonatomic, retain) NSURL *key;
@property (assign, readonly) MPDatabaseVersion version;