Various tidyups and additions for DO stuff under development

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6837 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-06-28 10:25:19 +00:00
parent c83a32e580
commit 26fef76e05
10 changed files with 2604 additions and 36 deletions

View file

@ -306,7 +306,6 @@ static int messages_received_count;
newPort = [default_receive_port_class newForReceiving];
c = [c initWithReceivePort: newPort sendPort: nil];
RELEASE(newPort);
return c;
[d setObject: c forKey: tkey];
RELEASE(c);
}
@ -454,15 +453,6 @@ static int messages_received_count;
return [NSConnection defaultConnection];
}
/*
* Keep track of connections created by DO system but not necessarily
* ever retained by users code. These must be retained now for later
* release when invalidated.
*/
- (void) setNotOwned
{
}
/* xxx This needs locks */
- (void) invalidate
{