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:
Richard Frith-Macdonald 2002-07-09 07:35:28 +00:00
parent 4300adf1aa
commit 995a21c468
3 changed files with 18 additions and 11 deletions

View file

@ -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;