([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:
mccallum 1996-01-23 21:15:23 +00:00
parent 5ccd2bc896
commit c3abf3ba97

View file

@ -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;