Revision: 7221
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7221&view=rev
Author:   hofman
Date:     2011-05-10 20:36:13 +0000 (Tue, 10 May 2011)

Log Message:
-----------
use properties

Modified Paths:
--------------
    trunk/SKFileUpdateChecker.h
    trunk/SKFileUpdateChecker.m

Modified: trunk/SKFileUpdateChecker.h
===================================================================
--- trunk/SKFileUpdateChecker.h 2011-05-04 17:23:21 UTC (rev 7220)
+++ trunk/SKFileUpdateChecker.h 2011-05-10 20:36:13 UTC (rev 7221)
@@ -58,12 +58,10 @@
 }
 
 @property (nonatomic, assign) NSDocument *document;
+@property (nonatomic, readonly) BOOL fileChangedOnDisk, isUpdatingFile;
 
 - (id)initForDocument:(NSDocument *)aDocument;
 
-- (BOOL)fileChangedOnDisk;
-- (BOOL)isUpdatingFile;
-
 - (void)didUpdateFromURL:(NSURL *)fileURL;
 
 - (void)checkFileUpdatesIfNeeded;

Modified: trunk/SKFileUpdateChecker.m
===================================================================
--- trunk/SKFileUpdateChecker.m 2011-05-04 17:23:21 UTC (rev 7220)
+++ trunk/SKFileUpdateChecker.m 2011-05-10 20:36:13 UTC (rev 7221)
@@ -63,6 +63,7 @@
 @implementation SKFileUpdateChecker
 
 @synthesize document;
+@dynamic fileChangedOnDisk, isUpdatingFile;
 
 - (id)initForDocument:(NSDocument *)aDocument {
     self = [super init];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to