mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
improve error checking and reporting when making a tcp/ip connection.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24168 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fa13ef9c99
commit
b8209430fd
5 changed files with 45 additions and 8 deletions
|
@ -246,6 +246,7 @@ typedef enum {
|
|||
*/
|
||||
@interface NSError (GSCategories)
|
||||
+ (NSError*) _last;
|
||||
+ (NSError*) _systemError: (long)number;
|
||||
@end
|
||||
|
||||
/* Used by NSException uncaught exception handler - must not call any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue