Note that directory enumeration order is undefined.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28439 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-08-05 08:03:37 +00:00
parent 49cca69186
commit fbb35d1684
4 changed files with 43 additions and 17 deletions

View file

@ -610,7 +610,19 @@ int main (int argc, char *argv[], char **env)
}
}
#if 0
/* Check that we can retain the connection, release the proxy,
* and then regain the proxy from the connection.
*/
cobj = RETAIN([prx connectionForProxy]);
RELEASE(arp);
arp = [NSAutoreleasePool new];
prx = [cobj rootObject];
AUTORELEASE(cobj);
#else
cobj = [prx connectionForProxy];
#endif
[cobj setDelegate:auth];
[cobj setRequestTimeout:180.0];
[cobj setReplyTimeout:180.0];