https://bugzilla.novell.com/show_bug.cgi?id=658581
https://bugzilla.novell.com/show_bug.cgi?id=658581#c0 Summary: CLError.h not available through MT CoreLocation binding Classification: Mono Product: MonoTouch Version: unspecified Platform: Macintosh OS/Version: Mac OS X 10.6 Status: NEW Severity: Normal Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10 The error code constants for CLLocationManagerDelegate.Failed() (kCLErrorDenied, kCLErrorNetwork etc.) as defined in CLError.h don't seem to be available through the MT API. Reproducible: Always Steps to Reproduce: 1. Extend CLLocationManagerDelegate. 2. Override Failed (CLLocationManager manager, NSError error). 3. Examine error.Code. Actual Results: Have to look in CLError.h to see what the codes mean. Expected Results: CLError.h constants available as constants in C#. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
