mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 08:41:24 +00:00
o use of IMPs for speed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19955 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8f4fe72e92
commit
b8fe598297
2 changed files with 58 additions and 10 deletions
|
@ -41,7 +41,9 @@
|
|||
NSStringEncoding _contentEncoding;
|
||||
NSDictionary* _userInfo;
|
||||
NSMutableString* _contentString;
|
||||
IMP _contentStringASImp;
|
||||
NSMutableData* _contentData;
|
||||
IMP _contentDataADImp;
|
||||
#ifndef NO_GNUSTEP
|
||||
NSMutableArray* _cachesStack; // Cache Stacks
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue