mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
5ccd2bc896
commit
c3abf3ba97
1 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,12 @@
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (const char *) cStringNoCopy
|
||||||
|
{
|
||||||
|
return _contents_chars;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* xxx Remove this method, now that we have cStringNoCopy */
|
||||||
- (const char *) _cStringContents
|
- (const char *) _cStringContents
|
||||||
{
|
{
|
||||||
return _contents_chars;
|
return _contents_chars;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue