Files
haiku-beta6/src
Michael Lotz e6f323bb57 Strings owned by local stack objects can't be returned.
The BString is destroyed when the function returns and takes the
storage pointed to by BString::String() with it, so returning such a
pointer is bogus. Instead the return type is now a BString which takes
over ownership of the string.
2011-12-07 00:16:23 +01:00
..
2011-11-28 05:02:27 +01:00
2011-11-27 23:24:18 -05:00
2011-11-25 06:19:00 +01:00