mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-25 06:32:29 +00:00
([NSString -cStringNoCopy]): New method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1948 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
59a2c40008
commit
6c4fd98f95
1 changed files with 6 additions and 0 deletions
|
@ -1251,6 +1251,12 @@ handle_printf_atsign (FILE *stream,
|
||||||
return [super initWithCoder:aDecoder];
|
return [super initWithCoder:aDecoder];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- cStringNoCopy
|
||||||
|
{
|
||||||
|
[self subclassResponsibility: _cmd];
|
||||||
|
return nil;
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation NSString (NSCStringAccess)
|
@implementation NSString (NSCStringAccess)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue