/* * CLErrorDomain.h * CoreLocation * * Copyright 2008 Apple, Inc. All rights reserved. * */ #import /* * kCLErrorDomain * * Discussion: * Error returned as the domain to NSError from CoreLocation. */ extern NSString *const kCLErrorDomain;