mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Added experimental change to making DO calls ... run in NSConnectionReplyMode
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14100 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4300adf1aa
commit
995a21c468
3 changed files with 18 additions and 11 deletions
|
@ -1784,7 +1784,7 @@ static void retEncoder (DOContext *ctxt)
|
|||
}
|
||||
|
||||
/*
|
||||
* NSDistantObject's -forward: : method calls this to send the message
|
||||
* NSDistantObject's -forward:: method calls this to send the message
|
||||
* over the wire.
|
||||
*/
|
||||
- (retval_t) forwardForProxy: (NSDistantObject*)object
|
||||
|
@ -1916,7 +1916,7 @@ static void retEncoder (DOContext *ctxt)
|
|||
* NSDistantObject's -forwardInvocation: method calls this to send the message
|
||||
* over the wire.
|
||||
*/
|
||||
- (void) forwardInvocation: (NSInvocation *)inv
|
||||
- (void) forwardInvocation: (NSInvocation*)inv
|
||||
forProxy: (NSDistantObject*)object
|
||||
{
|
||||
NSPortCoder *op;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue