[aerogear-dev] iOS API overhaul - AGPipeline: rename init: and pipeline:

Christos Vasilakis cvasilak at gmail.com
Thu Dec 20 09:27:48 EST 2012


Hi team,

as part of the API overhaul ticket[1] for the next CR1 release, we are proposing a rename of the current init methods of the AGPipeline object to be in per with iOS convention of construction. That is

from:
-(id) init:(NSURL*) baseURL;
+(id) pipeline:(NSURL*) baseURL;

to:
-(id) initWithBaseURL:(NSURL*) baseURL;
+(id) pipelineWithBaseURL:(NSURL*) baseURL;

A ticket has already been opened for this, see [2]

What do you think?

Thanks,
Christos


[1] https://issues.jboss.org/browse/AEROGEAR-763
[2] https://issues.jboss.org/browse/AEROGEAR-766

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20121220/a495c856/attachment.html 


More information about the aerogear-dev mailing list