mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
49cca69186
commit
fbb35d1684
4 changed files with 43 additions and 17 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue