[Mono-bugs] [Bug 658581] New: CLError.h not available through MT CoreLocation binding

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 9 13:13:06 EST 2010


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: gnorton at novell.com
        ReportedBy: dmoles.work at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list