mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Updates for 1.19.2 release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28540 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
608d011083
commit
bbd7e70d76
12 changed files with 108 additions and 14 deletions
|
@ -263,15 +263,18 @@ typedef struct {
|
|||
- (void) connection: (NSURLConnection *)connection
|
||||
didCancelAuthenticationChallenge: (NSURLAuthenticationChallenge *)challenge
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
- (void) connection: (NSURLConnection *)connection
|
||||
didFailWithError: (NSError *)error
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
- (void) connectionDidFinishLoading: (NSURLConnection *)connection
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
- (void) connection: (NSURLConnection *)connection
|
||||
|
@ -284,11 +287,13 @@ typedef struct {
|
|||
- (void) connection: (NSURLConnection *)connection
|
||||
didReceiveData: (NSData *)data
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
- (void) connection: (NSURLConnection *)connection
|
||||
didReceiveResponse: (NSURLResponse *)response
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
- (NSCachedURLResponse *) connection: (NSURLConnection *)connection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue