Hi,

Does anyone know how to handle this syntax:


-(BOOL) checkForError:(someObject) theObject 
withTitleAndMessageList:(NSString*) theTitle,...
{
JKErrorManager*                                 myErrorManager;
BOOL                                            myStatus;

myErrorManager = [self 
getClassMappingManagerForDomainName:kLTWClassDomainManagerDefault];

myStatus = [myErrorManager checkForError:theObject 
withTitleAndMessageList:theTitle,…];    //********* ERROR

return myStatus;
}

How do I pass the list to  [myErrorManager checkForError:] ?

Do I have to copy the list (using the rules for parameter lists) and then pass 
the copy?

Thanks a lot
Dave



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to