handle invalidation of connection while getting root proxy

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37768 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2014-03-26 07:56:09 +00:00
parent f5326c8db1
commit 974fa5d811
3 changed files with 29 additions and 16 deletions

View file

@ -124,10 +124,6 @@
#import "GSPrivate.h"
@interface NSBundle (Private)
+ (NSString*) _gnustep_target_os;
@end
/* This error message should be called only if the private main function
* was not executed successfully. This may happen ONLY if another library
* or kit defines its own main function (as gnustep-base does).