mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Return error if task directory is bad
This commit is contained in:
parent
9d0887e4d6
commit
a5a9423c10
4 changed files with 65 additions and 4 deletions
|
@ -307,6 +307,7 @@ typedef enum {
|
|||
@interface NSError (GNUstepBase)
|
||||
+ (NSError*) _last;
|
||||
+ (NSError*) _systemError: (long)number;
|
||||
- (void) _setObject: (NSObject*)anObject forKey: (NSString*)aKey;
|
||||
@end
|
||||
|
||||
@class NSRunLoop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue