mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
c83a32e580
commit
26fef76e05
10 changed files with 2604 additions and 36 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue