mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Minor tidyups - improve logging and comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6885 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bfb4ddeb88
commit
fb3588357e
3 changed files with 8 additions and 3 deletions
|
@ -169,9 +169,9 @@ enum
|
|||
* of this object is not on this host, not on the host the
|
||||
* NSPortCoder is connected to, but on a *third* host.
|
||||
* This is why I call this a "triangle connection". In addition
|
||||
* to decoding the target, we decode the OutPort object that we
|
||||
* to decoding the target, we decode the NSPort object that we
|
||||
* will use to talk directly to this third host. We send
|
||||
* [NSConnection +newForInPort:outPort:ancestorConnection:]; this
|
||||
* [NSConnection +connectionWithReceivePort:sendPort:]; this
|
||||
* will either return the connection already created for this
|
||||
* inPort/outPort pair, or create a new connection if necessary.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue