Revision: 29701
http://sourceforge.net/p/bibdesk/svn/29701
Author: hofman
Date: 2025-10-10 18:16:52 +0000 (Fri, 10 Oct 2025)
Log Message:
-----------
rename method
Modified Paths:
--------------
trunk/bibdesk/BDSKSharingServer.m
Modified: trunk/bibdesk/BDSKSharingServer.m
===================================================================
--- trunk/bibdesk/BDSKSharingServer.m 2025-10-10 18:02:42 UTC (rev 29700)
+++ trunk/bibdesk/BDSKSharingServer.m 2025-10-10 18:16:52 UTC (rev 29701)
@@ -476,7 +476,7 @@
}
}
-- (void)serverDidFailToSetup:(BDSKAsyncSharingServer *)aServer {
+- (void)asyncServerDidFailToSetup:(BDSKAsyncSharingServer *)aServer {
BDSKASSERT(aServer == asyncServer || asyncServer == nil);
// the service was not able to register the port
@@ -683,7 +683,7 @@
success = NO;
// the callback from the delegate should stop the async server, and
may try again with a different name
dispatch_async(dispatch_get_main_queue(), ^{
- [sharingServer serverDidFailToSetup:self];
+ [sharingServer asyncServerDidFailToSetup:self];
// this is no longer needed
sharingServer = nil;
});
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