mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 14:12:26 +00:00
* Source/NSURLResponse.m: Add explicit include of NSDictionary.h.
Use available dictionary declartion. * Source/NSURLProtocol.m: Add explicit import of NSData.h. * Source/NSSerializer.m: Add explicit import of NSEnumerator.h. * Source/NSURLConnection.m ([-initWithResponsePointer:andErrorPointer:]): Add declaration. * Source/NSKeyValueMutableSet.m: Various non-functional variable and parameter renames to avoid bogus compiler warnings. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25661 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
516667c805
commit
8d5b623c24
6 changed files with 27 additions and 16 deletions
|
@ -35,6 +35,8 @@
|
|||
BOOL _done;
|
||||
}
|
||||
|
||||
- (id) initWithResponsePointer: (NSURLResponse **)response
|
||||
andErrorPointer: (NSError **)error;
|
||||
- (NSData*) _data;
|
||||
- (BOOL) _done;
|
||||
- (void) _setConnection: (NSURLConnection *)c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue