Revision: 29689
          http://sourceforge.net/p/bibdesk/svn/29689
Author:   hofman
Date:     2025-10-10 09:34:18 +0000 (Fri, 10 Oct 2025)
Log Message:
-----------
declare a designated initializer

Modified Paths:
--------------
    trunk/bibdesk/BDSKSoapBinding.h

Modified: trunk/bibdesk/BDSKSoapBinding.h
===================================================================
--- trunk/bibdesk/BDSKSoapBinding.h     2025-10-10 09:29:31 UTC (rev 29688)
+++ trunk/bibdesk/BDSKSoapBinding.h     2025-10-10 09:34:18 UTC (rev 29689)
@@ -53,8 +53,9 @@
 @property (nonatomic, strong) NSString *soapAction;
 @property (nonatomic, nullable, weak) id<BDSKSoapBindingOperationDelegate> 
delegate;
 @property (nonatomic, nullable, strong) BDSKDownload *download;
-- (instancetype)initWithBinding:(BDSKSoapBinding *)aBinding delegate:(nullable 
id<BDSKSoapBindingOperationDelegate>)aDelegate soapAction:(NSString 
*)aSoapAction bodyElements:(NSDictionary *)aBodyElements 
responseClasses:(NSDictionary *)aResponseClasses;
+- (instancetype)initWithBinding:(BDSKSoapBinding *)aBinding delegate:(nullable 
id<BDSKSoapBindingOperationDelegate>)aDelegate soapAction:(NSString 
*)aSoapAction bodyElements:(NSDictionary *)aBodyElements 
responseClasses:(NSDictionary *)aResponseClasses NS_DESIGNATED_INITIALIZER;
 - (instancetype)initWithParameters:(BDSKSoapElement *)parameters 
delegate:(nullable id<BDSKSoapBindingOperationDelegate>)aDelegate;
+- (instancetype)init NS_UNAVAILABLE;
 - (void)start;
 - (void)waitUntilExit;
 - (void)cancel;

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