discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC Distributed Object behavior for pointers


From: David Ayers
Subject: Re: RFC Distributed Object behavior for pointers
Date: Sat, 03 May 2003 00:17:12 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Wim Oudshoorn wrote:

BTW.  Do you still want me to check the behaviour on OpenStep?
Regardless of the outcome I would vote for the autorelease
solution.
Just for the record... OPENSTEP Enterprise...

char *str;

newPool = [NSAutoreleasePool new];
str = [proxy methodRetrurningACString];
fprintf (stderr,"str:%s\n", str);
[newPool release];
fprintf (stderr,"str:%s\n", str);

shows:

str:someString
str:²§

that the value of str was invalidated.

So were not just consistent but also compatible.

Cheers,
Dave

PS; Oh, and I also vote for autorelease ;-)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]