Revision: 27881
http://sourceforge.net/p/bibdesk/svn/27881
Author: hofman
Date: 2022-09-09 14:37:34 +0000 (Fri, 09 Sep 2022)
Log Message:
-----------
synthesize accessor
Modified Paths:
--------------
trunk/bibdesk/BDSKSharingClient.m
Modified: trunk/bibdesk/BDSKSharingClient.m
===================================================================
--- trunk/bibdesk/BDSKSharingClient.m 2022-09-09 14:20:51 UTC (rev 27880)
+++ trunk/bibdesk/BDSKSharingClient.m 2022-09-09 14:37:34 UTC (rev 27881)
@@ -162,8 +162,8 @@
@implementation BDSKAsyncSharingClient
-@synthesize errorMessage;
-@dynamic needsAuthentication, authenticationFailed, failedDownload;
+@synthesize errorMessage, needsAuthentication;
+@dynamic authenticationFailed, failedDownload;
// If we introduce incompatible changes in future, bump this to avoid sharing
breakage
// Note we should always support -invalidate, as this can be called when we're
not accepted
@@ -223,10 +223,6 @@
}
}
-- (BOOL)needsAuthentication {
- return needsAuthentication;
-}
-
- (BOOL)authenticationFailed {
return atomic_load(&authenticationFailed) == YES ||
atomic_load(&canceledAuthentication) == YES;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit