mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Add skeletal NSXML work as requested.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27824 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2f24254d4f
commit
910deff1a6
21 changed files with 2553 additions and 4 deletions
|
@ -159,11 +159,13 @@ static NSURLCache *shared = nil;
|
|||
|
||||
- (void) setDiskCapacity: (unsigned)diskCapacity
|
||||
{
|
||||
[self notImplemented: _cmd];
|
||||
// FIXME
|
||||
}
|
||||
|
||||
- (void) setMemoryCapacity: (unsigned)memoryCapacity
|
||||
{
|
||||
[self notImplemented: _cmd];
|
||||
// FIXME
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue