I\'m converting my socket client to ARC:
- (id)initWithHostname:(NSString *)hostname AndPort:(NSInteger)port { if((self = [super init])) { oB
Create two local variables, pass the addresses of them to the the method, then assign their values to the ivars after it returns.