Author: rmottola
Date: Fri Sep 18 09:36:13 2015
New Revision: 38994

URL: http://svn.gna.org/viewcvs/gnustep?rev=38994&view=rev
Log:
Add some 10.6 URL errors

Modified:
    libs/base/trunk/ChangeLog
    libs/base/trunk/Headers/Foundation/NSError.h

Modified: libs/base/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/ChangeLog?rev=38994&r1=38993&r2=38994&view=diff
==============================================================================
--- libs/base/trunk/ChangeLog   (original)
+++ libs/base/trunk/ChangeLog   Fri Sep 18 09:36:13 2015
@@ -1,3 +1,8 @@
+2015-09-18 Riccardo Mottola <[email protected]>
+
+       * Headers/Foundation/NSError.h
+       Add some 10.6 URL errors
+
 2015-09-16  Richard Frith-Macdonald <[email protected]>
 
        * configure.ac: fix check for pthread setname to work with older

Modified: libs/base/trunk/Headers/Foundation/NSError.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Headers/Foundation/NSError.h?rev=38994&r1=38993&r2=38994&view=diff
==============================================================================
--- libs/base/trunk/Headers/Foundation/NSError.h        (original)
+++ libs/base/trunk/Headers/Foundation/NSError.h        Fri Sep 18 09:36:13 2015
@@ -84,6 +84,20 @@
  * the error.
  */
 GS_EXPORT NSString* const NSRecoveryAttempterErrorKey;
+#endif
+
+#if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST)
+/**
+ * NSURL to indicate the URL which did not load, in the NSURLErrorDomain.
+ */
+GS_EXPORT NSString* const NSURLErrorFailingURLErrorKey;
+
+/**
+ * NSString in the NSURLDomain to indicate the object for the URL that did not 
load.
+ * This supersedes NSErrorFailingURLStringKey
+ */
+GS_EXPORT NSString* const NSURLErrorFailingURLStringErrorKey;
+
 #endif
 
 /**


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to