mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
([NSGCString -cStringNoCopy]): New method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@765 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c327067a78
commit
c1e4c912fa
1 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,12 @@
|
|||
return r;
|
||||
}
|
||||
|
||||
- (const char *) cStringNoCopy
|
||||
{
|
||||
return _contents_chars;
|
||||
}
|
||||
|
||||
/* xxx Remove this method, now that we have cStringNoCopy */
|
||||
- (const char *) _cStringContents
|
||||
{
|
||||
return _contents_chars;
|
||||
|
|
Loading…
Reference in a new issue