Revision: 29693
          http://sourceforge.net/p/bibdesk/svn/29693
Author:   hofman
Date:     2025-10-10 15:41:52 +0000 (Fri, 10 Oct 2025)
Log Message:
-----------
make protocol versions private

Modified Paths:
--------------
    trunk/bibdesk/BDSKSharingClient.m
    trunk/bibdesk/BDSKSharingServer.m

Modified: trunk/bibdesk/BDSKSharingClient.m
===================================================================
--- trunk/bibdesk/BDSKSharingClient.m   2025-10-10 15:38:18 UTC (rev 29692)
+++ trunk/bibdesk/BDSKSharingClient.m   2025-10-10 15:41:52 UTC (rev 29693)
@@ -63,8 +63,6 @@
     NSString *errorMessage;
 }
 
-+ (NSString *)supportedProtocolVersion;
-
 - (instancetype)initWithClient:(BDSKSharingClient *)aClient 
andService:(NSNetService *)aService NS_DESIGNATED_INITIALIZER;
 - (instancetype)init NS_UNAVAILABLE;
 

Modified: trunk/bibdesk/BDSKSharingServer.m
===================================================================
--- trunk/bibdesk/BDSKSharingServer.m   2025-10-10 15:38:18 UTC (rev 29692)
+++ trunk/bibdesk/BDSKSharingServer.m   2025-10-10 15:41:52 UTC (rev 29693)
@@ -136,8 +136,6 @@
 }
 #pragma clang diagnostic pop
 
-+ (NSString *)requiredProtocolVersion;
-
 - (instancetype)initForSharingServer:(BDSKSharingServer *)aSharingServer 
NS_DESIGNATED_INITIALIZER;
 - (instancetype)init NS_UNAVAILABLE;
 

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

Reply via email to