• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Corrent Syntax for Parameter Lists?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Corrent Syntax for Parameter Lists?


  • Subject: Corrent Syntax for Parameter Lists?
  • From: Dave <email@hidden>
  • Date: Mon, 28 Apr 2014 12:21:52 +0100

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 (email@hidden)

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:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Corrent Syntax for Parameter Lists?
      • From: Keary Suska <email@hidden>
  • Prev by Date: SpriteKit Joints on Mac OS X
  • Next by Date: Re: glVertex2d_Exec crashing
  • Previous by thread: Re: SpriteKit Joints on Mac OS X
  • Next by thread: Re: Corrent Syntax for Parameter Lists?
  • Index(es):
    • Date
    • Thread