[call_delegateperformSelectorOnMainThread:@selector(auctionCallDidFailWithError:)withObject:[NSDictionarydictionaryWithObjectsAndKeys:@"You do not have Internet connectivity.",@"message",[NSNumbernumberWithInt:call_no],@"call",nil]waitUntilDone:NO];
return;
}
#endif
#ifdef DEBUG
NSLog(@"About to call %@ with data: %@",AuXCallNames[call_no],(call_no==AuUploadPicture?[call_dataobjectForKey:@"site"]:call_data));